Peter S. Mazinger fe68563b9a Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used. 18 years ago
..
arm fe68563b9a Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used. 18 years ago
frv fe68563b9a Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used. 18 years ago
generic fe68563b9a Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used. 18 years ago
i386 fe68563b9a Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used. 18 years ago
mips fe68563b9a Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used. 18 years ago
powerpc fe68563b9a Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used. 18 years ago
sh64 fe68563b9a Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used. 18 years ago
sparc fe68563b9a Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used. 18 years ago
x86_64 fe68563b9a Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used. 18 years ago
.indent.pro fbb4007ac8 Update and simplification. 24 years ago
Makefile ba31c6c463 Remove TOPDIR 19 years ago
Makefile.in 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
memchr.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
memcmp.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
memcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
memmove.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
mempcpy.c 8a0b43005a Hide mostly used functions 19 years ago
memset.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
stpcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
stpncpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
strcat.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
strchr.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
strchrnul.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
strcmp.c ceca97e8ea Use hidden_strong_alias for alias(__x,__y), do not use recursive aliases 19 years ago
strcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
strcspn.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
strdup.c 8a0b43005a Hide mostly used functions 19 years ago
strlcpy.c ceca97e8ea Use hidden_strong_alias for alias(__x,__y), do not use recursive aliases 19 years ago
strlen.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
strncat.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
strncmp.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
strncpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
strnlen.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
strpbrk.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
strrchr.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
strspn.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
strstr.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
strtok_r.c de77369cf4 Hide some of mem* and str* 19 years ago
wcpcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wcpncpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wcscat.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wcschr.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wcschrnul.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wcscmp.c ceca97e8ea Use hidden_strong_alias for alias(__x,__y), do not use recursive aliases 19 years ago
wcscpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wcscspn.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wcsdup.c 9d083cc253 Hide some wcs* 19 years ago
wcslcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wcslen.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wcsncat.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wcsncmp.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wcsncpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wcsnlen.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wcspbrk.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wcsrchr.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wcsspn.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wcsstr.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wcstok.c 9d083cc253 Hide some wcs* 19 years ago
wmemchr.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wmemcmp.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wmemcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wmemmove.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wmempcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wmemset.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 years ago
wstring.c 24f818725b Remove all trailing ; after *_alias and change 2 to use weak_alias instead of __attribute__ ... 19 years ago