This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

mempcpy change breaks the sparc build


"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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]