glibc/sysdeps/wordsize-32
Adhemerval Zanella 6a97b62a5b Fix unsafe compiler optimization
GCC 4.8 enables -ftree-loop-distribute-patterns at -O3 by default and
this optimization may transform loops into memset/memmove calls. Without
proper handling this may generate unexpected PLT calls on GLIBC.
This patch fixes by create memset/memmove alias to internal GLIBC
__GI_memset/__GI_memmove symbols.
2013-06-12 10:21:22 -05:00
..
bits Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
divdi3.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
llabs.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
lldiv.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
Makefile * sysdeps/wordsize-32/Makefile (CPPFLAGS-divdi3.c): Set to 2005-11-16 19:20:10 +00:00
strtoimax.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
strtoumax.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
symbol-hacks.h Fix unsafe compiler optimization 2013-06-12 10:21:22 -05:00
Versions * sysdeps/ia64/dl-fptr.c (__ia64_make_fptr): Revert last change. 2003-03-03 09:45:25 +00:00
wcstoimax.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
wcstoumax.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00