diff options
author | Chris Metcalf <cmetcalf@ezchip.com> | 2014-12-11 15:13:48 -0500 |
---|---|---|
committer | Chris Metcalf <cmetcalf@ezchip.com> | 2014-12-11 15:13:48 -0500 |
commit | f627ca82fb6c469c8cf34f04f02fe2ea006304bd (patch) | |
tree | 885c87bd7581587af860fd23fd1bba2e970cd506 /ChangeLog | |
parent | 7f29694236aab000eae24f36b7989a6b774044ae (diff) | |
download | glibc-f627ca82fb6c469c8cf34f04f02fe2ea006304bd.zip glibc-f627ca82fb6c469c8cf34f04f02fe2ea006304bd.tar.gz glibc-f627ca82fb6c469c8cf34f04f02fe2ea006304bd.tar.bz2 |
tile: add inhibit_loop_to_libcall to string functions
Without this, on gcc 4.8.2 the built glibc crashes when memcpy
or memset are invoked, since they call themselves recursively.
See commit 85c2e6110c9a01ec for the generic inhibit_loop_to_libcall.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2014-12-11 Chris Metcalf <cmetcalf@ezchip.com> + + * sysdeps/tile/tilegx/memset.c (__memcpy): Add + inhibit_loop_to_libcall to avoid recursive calls. + * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise. + * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise. + 2014-12-11 Adhemerval Zanella <Azanella@linux.vnet.ibm.com> * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function |