This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/49289] eh_frame section created although using -fno-exceptions and fno-rtti


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49289

--- Comment #1 from Jan Hubicka <hubicka at ucw dot cz> 2011-06-05 13:42:33 UTC ---
on x86_64 you want -fno-asynchronous-unwind-info. Eh-frame is mandated by the
PS-ABI.

Honza


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]