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