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 #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.


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