t-crtstuff: Add -fno-asynchronous-unwind-tables -mcmodel=large to CRTSTUFF_T_CFLAGS_S...
authorWalter Lee <walt@tilera.com>
Tue, 26 Mar 2013 04:34:45 +0000 (04:34 +0000)
committerWalter Lee <walt@gcc.gnu.org>
Tue, 26 Mar 2013 04:34:45 +0000 (04:34 +0000)
* config/tilegx/t-crtstuff: Add -fno-asynchronous-unwind-tables
-mcmodel=large to CRTSTUFF_T_CFLAGS_S variable.

From-SVN: r197083

libgcc/ChangeLog
libgcc/config/tilegx/t-crtstuff

index d7bab0e..fa8bffd 100644 (file)
@@ -1,3 +1,8 @@
+2013-03-26  Walter Lee  <walt@tilera.com>
+
+       * config/tilegx/t-crtstuff: Add -fno-asynchronous-unwind-tables
+       -mcmodel=large to CRTSTUFF_T_CFLAGS_S variable.
+
 2013-03-25  Kai Tietz  <ktietz@redhat.com>
 
        * config/i386/cygwin.S: Replace use of _WIN64 by __x86_64__.
index eddc45c..870318c 100644 (file)
@@ -2,3 +2,7 @@
 # because then __FRAME_END__ might not be the last thing in .eh_frame
 # section.
 CRTSTUFF_T_CFLAGS += -fno-asynchronous-unwind-tables
+CRTSTUFF_T_CFLAGS_S += -fno-asynchronous-unwind-tables
+
+# Compile crtbeginS.o and crtendS.o with -mcmodel=large
+CRTSTUFF_T_CFLAGS_S += -mcmodel=large