OSDN Git Service

mark a bunch of public mem/str functions as weak so that people who insist on their...
authorMike Frysinger <vapier@gentoo.org>
Sat, 22 Dec 2007 06:28:23 +0000 (06:28 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 22 Dec 2007 06:28:23 +0000 (06:28 -0000)
commite11c3011b10ada67c68d2d43a56fe606d35ca507
tree4a39a35f393e83791cc9398bac7ae0d621f8679d
parent840bd4dfeaa936ec45fe53960ad79609cea2b225
mark a bunch of public mem/str functions as weak so that people who insist on their own local copies while static linking dont hit link failures when other uClibc code force the libc.a objects to be pulled in via the hidden alias symbols
21 files changed:
libc/string/bfin/memchr.S
libc/string/bfin/memcmp.S
libc/string/bfin/memcpy.S
libc/string/bfin/memmove.S
libc/string/bfin/memset.S
libc/string/bfin/strcmp.S
libc/string/generic/memchr.c
libc/string/generic/memcmp.c
libc/string/generic/memcpy.c
libc/string/generic/memmove.c
libc/string/generic/mempcpy.c
libc/string/generic/memset.c
libc/string/generic/strchr.c
libc/string/generic/strcmp.c
libc/string/generic/strlen.c
libc/string/generic/strrchr.c
libc/string/mempcpy.c
libc/string/strchr.c
libc/string/strdup.c
libc/string/strlen.c
libc/string/strrchr.c