From f627ca82fb6c469c8cf34f04f02fe2ea006304bd Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Thu, 11 Dec 2014 15:13:48 -0500 Subject: 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 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 61ac73d4b9..de2e7ccbbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-12-11 Chris Metcalf + + * 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 * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function -- cgit v1.2.3