[Bug c++/49289] eh_frame section created although using -fno-exceptions and fno-rtti
codemasterhs at yahoo dot de
gcc-bugzilla@gcc.gnu.org
Sun Jun 5 15:54:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49289
--- Comment #4 from Tobias Schlegl <codemasterhs at yahoo dot de> 2011-06-05 15:54:32 UTC ---
> Oh it is done so that people can unwind as the frame pointer is omitted. Try
> with -fno-omit-frame-pointer or -fno-asynchronous-unwind-info .
-fno-asynchronous-unwind-info doesn´t exist (in my gcc), but
-fnoasynchronous-unwind-table and with it the eh_frame section is gone.
-fno-omit-frame-pointer exists, but with it the eh_frame section is also
created.
More information about the Gcc-bugs
mailing list