This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug c++/49289] New: eh_frame section created although using -fno-exceptions and fno-rtti
- From: Jan Hubicka <hubicka at ucw dot cz>
- To: codemasterhs at yahoo dot de <gcc-bugzilla at gcc dot gnu dot org>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 5 Jun 2011 15:42:16 +0200
- Subject: Re: [Bug c++/49289] New: eh_frame section created although using -fno-exceptions and fno-rtti
- References: <bug-49289-4@http.gcc.gnu.org/bugzilla/>
on x86_64 you want -fno-asynchronous-unwind-info. Eh-frame is mandated by the PS-ABI.
Honza