summaryrefslogtreecommitdiff
path: root/libgcc/config/s390/t-crtstuff
diff options
context:
space:
mode:
authorrus <rus@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-09 20:58:24 +0000
committerrus <rus@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-09 20:58:24 +0000
commit7f4db7c80779ecbc57d1146654daf0acfe18de66 (patch)
tree3af522a3b5e149c3fd498ecb1255994daae2129a /libgcc/config/s390/t-crtstuff
parent611349f0ec42a37591db2cd02974a11a48d10edb (diff)
downloadgcc-profile-stdlib.tar.gz
merge from trunkprofile-stdlib
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/profile-stdlib@154052 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config/s390/t-crtstuff')
-rw-r--r--libgcc/config/s390/t-crtstuff6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgcc/config/s390/t-crtstuff b/libgcc/config/s390/t-crtstuff
new file mode 100644
index 00000000000..92e87b2da7e
--- /dev/null
+++ b/libgcc/config/s390/t-crtstuff
@@ -0,0 +1,6 @@
+# crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables,
+# 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
+