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
..
2013-06-12 10:21:22 -05:00
2013-06-06 20:36:07 +02:00
2013-06-05 20:44:03 +00:00
2013-06-05 20:44:03 +00:00
2013-06-06 20:36:07 +02:00
2013-06-05 20:44:03 +00:00