OSDN Git Service

Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/index/rindex
authorPeter S. Mazinger <ps.m@gmx.net>
Thu, 23 Mar 2006 17:19:42 +0000 (17:19 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Thu, 23 Mar 2006 17:19:42 +0000 (17:19 -0000)
commita26ac41c4946e3ebe4fab0ce6677350b644eb158
tree2b607eeef3aeffb7dab2815252c2f40c353599e6
parent9f853a2642cc28e982ccf1ba45abd36ff0988e11
Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/index/rindex
29 files changed:
extra/Configs/Config.in
include/string.h
include/strings.h
libc/string/arm/bcopy.S
libc/string/arm/bzero.S
libc/string/arm/memcmp.S
libc/string/bcopy.c
libc/string/bzero.c
libc/string/generic/memcmp.c
libc/string/generic/strchr.c
libc/string/generic/strrchr.c
libc/string/i386/strchr.c
libc/string/i386/strrchr.c
libc/string/ia64/bcopy.S
libc/string/ia64/bzero.S
libc/string/ia64/memcmp.S
libc/string/ia64/strchr.S
libc/string/memcmp.c
libc/string/sparc/sparc32/memcpy.S
libc/string/sparc/sparc32/memset.S
libc/string/sparc/sparc32/strchr.S
libc/string/sparc/sparc64/memcpy.S
libc/string/sparc/sparc64/memset.S
libc/string/sparc/sparc64/sparcv9b/memcpy.S
libc/string/sparc/sparc64/strchr.S
libc/string/strchr.c
libc/string/strrchr.c
libc/string/x86_64/bzero.S
libc/string/x86_64/strchr.S