public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] i586/i686: Fix multiple definitions in libc.a
@ 2024-04-30 20:05 Gabi Falk
  2024-04-30 20:05 ` [PATCH 1/3] i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chk Gabi Falk
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Gabi Falk @ 2024-04-30 20:05 UTC (permalink / raw)
  To: libc-alpha, H.J. Lu, Florian Weimer, Dmitry V. Levin, Sam James; +Cc: Gabi Falk

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

 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(-)

--
gabi


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-05-02 10:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-30 20:05 [PATCH 0/3] i586/i686: Fix multiple definitions in libc.a Gabi Falk
2024-04-30 20:05 ` [PATCH 1/3] i586: Fix multiple definitions of __memcpy_chk and __mempcpy_chk Gabi Falk
2024-04-30 20:11   ` H.J. Lu
2024-04-30 20:05 ` [PATCH 2/3] i686: Fix multiple definitions of __memmove_chk and __memset_chk Gabi Falk
2024-04-30 20:12   ` H.J. Lu
2024-04-30 20:05 ` [PATCH 3/3] Add a test to check for duplicate definitions in the static library Gabi Falk
2024-04-30 20:12   ` H.J. Lu
2024-05-01  0:01 ` [PATCH 0/3] i586/i686: Fix multiple definitions in libc.a Dmitry V. Levin
2024-05-02 10:52 ` Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).