From a6406324aef8248b9edfed42e16ec3be1c5e1078 Mon Sep 17 00:00:00 2001 From: Walter Lee Date: Tue, 26 Mar 2013 04:34:45 +0000 Subject: [PATCH] t-crtstuff: Add -fno-asynchronous-unwind-tables -mcmodel=large to CRTSTUFF_T_CFLAGS_S variable. * config/tilegx/t-crtstuff: Add -fno-asynchronous-unwind-tables -mcmodel=large to CRTSTUFF_T_CFLAGS_S variable. From-SVN: r197083 --- libgcc/ChangeLog | 5 +++++ libgcc/config/tilegx/t-crtstuff | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index d7bab0e..fa8bffd 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2013-03-26 Walter Lee + + * config/tilegx/t-crtstuff: Add -fno-asynchronous-unwind-tables + -mcmodel=large to CRTSTUFF_T_CFLAGS_S variable. + 2013-03-25 Kai Tietz * config/i386/cygwin.S: Replace use of _WIN64 by __x86_64__. diff --git a/libgcc/config/tilegx/t-crtstuff b/libgcc/config/tilegx/t-crtstuff index eddc45c..870318c 100644 --- a/libgcc/config/tilegx/t-crtstuff +++ b/libgcc/config/tilegx/t-crtstuff @@ -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 -- 2.7.4