]> sourceware.org Git - glibc.git/commit - ChangeLog
Fix unsafe compiler optimization
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Wed, 12 Jun 2013 15:21:22 +0000 (10:21 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Wed, 12 Jun 2013 15:21:22 +0000 (10:21 -0500)
commit6a97b62a5b4f18aea849d6f4d8de58d1469d2521
tree0fdb35cb468bdb040fd3a1f01b4ddcc70b0f30dd
parent94f2c076692a5a4beaa9a85eb10dbe4d891acb1e
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.
ChangeLog
sysdeps/generic/symbol-hacks.h
sysdeps/wordsize-32/symbol-hacks.h
This page took 0.040606 seconds and 5 git commands to generate.