public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] build-many-glibcs: Revert -fno-isolate-erroneous-paths options for tilepro
@ 2016-11-23 17:32 Chris Metcalf
  0 siblings, 0 replies; only message in thread
From: Chris Metcalf @ 2016-11-23 17:32 UTC (permalink / raw)
  To: Joseph Myers, libc-alpha; +Cc: Chris Metcalf

TILEPro now has a __builtin_trap instruction in gcc tip and gcc 6.
---
 ChangeLog                    | 5 +++++
 scripts/build-many-glibcs.py | 3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 03ee791c294f..8dbd8546b6c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-23  Chris Metcalf  <cmetcalf@mellanox.com>
+
+	* scripts/build-many-glibcs.py (Context.add_all_configs): Revert
+	use of -fno-isolate-erroneous-paths options for tilepro.
+
 2016-11-23  Florian Weimer  <fweimer@redhat.com>
 
 	* elf/dl-load.c (_dl_map_object_from_fd): Delayed TLS data
diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py
index 63ea5fda0abc..1447e22dceff 100755
--- a/scripts/build-many-glibcs.py
+++ b/scripts/build-many-glibcs.py
@@ -305,8 +305,7 @@ class Context(object):
                         glibcs=[{},
                                 {'variant': '32', 'ccopts': '-m32'}])
         self.add_config(arch='tilepro',
-                        os_name='linux-gnu',
-                        glibcs=[{'ccopts': no_isolate}])
+                        os_name='linux-gnu')
         self.add_config(arch='x86_64',
                         os_name='linux-gnu',
                         gcc_cfg=['--with-multilib-list=m64,m32,mx32'],
-- 
2.7.2

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-23 17:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-23 17:32 [COMMITTED] build-many-glibcs: Revert -fno-isolate-erroneous-paths options for tilepro Chris Metcalf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).