OSDN Git Service

Use strong_alias everywhere instead of .global/.set. Correct some cases where the...
authorPeter S. Mazinger <ps.m@gmx.net>
Tue, 3 Jan 2006 14:46:56 +0000 (14:46 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Tue, 3 Jan 2006 14:46:56 +0000 (14:46 -0000)
commitfe68563b9a070fedf117c8738652587945427bb3
tree300a37bb5f0cd28a984900d8e48925de2478fd1e
parent8356ff4a52a5df7e5e84ac13f7dad7c29e0bda9c
Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used.
95 files changed:
libc/string/arm/_memcpy.S
libc/string/arm/bcopy.S
libc/string/arm/bzero.S
libc/string/arm/memcmp.S
libc/string/arm/memcpy.S
libc/string/arm/memmove.S
libc/string/arm/memset.S
libc/string/arm/strcmp.S
libc/string/arm/strlen.S
libc/string/arm/strncmp.S
libc/string/frv/memcpy.S
libc/string/frv/memset.S
libc/string/generic/memchr.c
libc/string/generic/memcmp.c
libc/string/generic/memcpy.c
libc/string/generic/memmem.c
libc/string/generic/memmove.c
libc/string/generic/mempcpy.c
libc/string/generic/memrchr.c
libc/string/generic/memset.c
libc/string/generic/rawmemchr.c
libc/string/generic/strcat.c
libc/string/generic/strchr.c
libc/string/generic/strchrnul.c
libc/string/generic/strcmp.c
libc/string/generic/strcpy.c
libc/string/generic/strcspn.c
libc/string/generic/strlen.c
libc/string/generic/strncat.c
libc/string/generic/strncmp.c
libc/string/generic/strncpy.c
libc/string/generic/strnlen.c
libc/string/generic/strrchr.c
libc/string/generic/strsep.c
libc/string/generic/strspn.c
libc/string/generic/strstr.c
libc/string/generic/strtok_r.c
libc/string/i386/memchr.c
libc/string/i386/memcpy.c
libc/string/i386/memmove.c
libc/string/i386/memset.c
libc/string/i386/strcat.c
libc/string/i386/strchr.c
libc/string/i386/strcmp.c
libc/string/i386/strcpy.c
libc/string/i386/strlen.c
libc/string/i386/strncat.c
libc/string/i386/strncmp.c
libc/string/i386/strncpy.c
libc/string/i386/strnlen.c
libc/string/i386/strrchr.c
libc/string/mips/memcpy.S
libc/string/mips/memset.S
libc/string/mips/sysdep.h
libc/string/powerpc/memcpy.c
libc/string/powerpc/memmove.c
libc/string/powerpc/memset.c
libc/string/sh64/memcpy.S
libc/string/sh64/memset.S
libc/string/sh64/strcpy.S
libc/string/sh64/strlen.S
libc/string/sparc/_glibc_inc.h
libc/string/sparc/sparc32/memchr.S
libc/string/sparc/sparc32/memcpy.S
libc/string/sparc/sparc32/memset.S
libc/string/sparc/sparc32/stpcpy.S
libc/string/sparc/sparc32/strcat.S
libc/string/sparc/sparc32/strchr.S
libc/string/sparc/sparc32/strcmp.S
libc/string/sparc/sparc32/strcpy.S
libc/string/sparc/sparc32/strlen.S
libc/string/sparc/sparc64/memchr.S
libc/string/sparc/sparc64/memcpy.S
libc/string/sparc/sparc64/memset.S
libc/string/sparc/sparc64/sparcv9b/memcpy.S
libc/string/sparc/sparc64/stpcpy.S
libc/string/sparc/sparc64/strcat.S
libc/string/sparc/sparc64/strchr.S
libc/string/sparc/sparc64/strcmp.S
libc/string/sparc/sparc64/strcpy.S
libc/string/sparc/sparc64/strlen.S
libc/string/x86_64/_glibc_inc.h
libc/string/x86_64/bzero.S
libc/string/x86_64/memcpy.S
libc/string/x86_64/mempcpy.S [new file with mode: 0644]
libc/string/x86_64/memset.S
libc/string/x86_64/stpcpy.S
libc/string/x86_64/strcat.S
libc/string/x86_64/strchr.S
libc/string/x86_64/strcmp.S
libc/string/x86_64/strcpy.S
libc/string/x86_64/strcspn.S
libc/string/x86_64/strlen.S
libc/string/x86_64/strpbrk.S
libc/string/x86_64/strspn.S