This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/52100] New: CRTSTUFF_CFLAGS needs -fno-asynchronous-unwind-tables
- From: "dj at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 02 Feb 2012 23:49:08 +0000
- Subject: [Bug other/52100] New: CRTSTUFF_CFLAGS needs -fno-asynchronous-unwind-tables
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52100
Bug #: 52100
Summary: CRTSTUFF_CFLAGS needs -fno-asynchronous-unwind-tables
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: dj@redhat.com
Created attachment 26557
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26557
patch to add -fno-asynchronous-unwind-tables
s390 and i386 set -fno-asynchronous-unwind-tables by default; this causes extra
unwind tables to be emitted into crtendS.o after the manual terminator, which
(for s390 at least) causes the linker to complain.