public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* mempcpy change breaks the sparc build
@ 2014-11-14  1:40 David Miller
  2014-11-14  1:47 ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2014-11-14  1:40 UTC (permalink / raw)
  To: joseph; +Cc: libc-alpha


"Fix stpcpy / mempcpy namespace (bug 17573)." causes the following
build failure on sparc:

../string/mempcpy.c:37:1: error: ‘mempcpy’ aliased to undefined symbol ‘__mempcpy’

Sparc does:

sysdeps/sparc/sparc64/rtld-memcpy.c:#include <string/mempcpy.c>

to avoid the multiarch mempcpy implementation being used in ld.so

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

end of thread, other threads:[~2014-11-14 18:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-14  1:40 mempcpy change breaks the sparc build David Miller
2014-11-14  1:47 ` David Miller
2014-11-14  1:58   ` David Miller
2014-11-14 13:49     ` Joseph Myers
2014-11-14 18:33       ` David Miller

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