tile: add inhibit_loop_to_libcall to string functions
commitf627ca82fb6c469c8cf34f04f02fe2ea006304bd
authorChris Metcalf <cmetcalf@ezchip.com>
Thu, 11 Dec 2014 20:13:48 +0000 (11 15:13 -0500)
committerChris Metcalf <cmetcalf@ezchip.com>
Thu, 11 Dec 2014 20:13:48 +0000 (11 15:13 -0500)
tree885c87bd7581587af860fd23fd1bba2e970cd506
parent7f29694236aab000eae24f36b7989a6b774044ae
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.
ChangeLog
sysdeps/tile/tilegx/memcpy.c
sysdeps/tile/tilegx/memset.c
sysdeps/tile/tilepro/memset.c