Gabi Falk writes: > This patch fixes two issues related to multiple definitions of functions > in the static library built as PIC and adds a test to prevent such > issues from occurring in the future. > > Gabi Falk (3): > i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chk > i686: Fix multiple definitions of __memmove_chk and __memset_chk > Add a test to check for duplicate definitions in the static library Thanks! Pushed with Tested-by for the i686 commit specifically too. > > Makefile | 7 +++++++ > sysdeps/i386/i586/memcpy.S | 2 +- > sysdeps/i386/i686/memmove.S | 2 +- > sysdeps/i386/i686/memset.S | 2 +- > 4 files changed, 10 insertions(+), 3 deletions(-)