This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

Re: [RFA/DWARF] Do not load .eh_frame section from separete object files


>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:

Joel> We don't need to read the .eh_frame section from the separate
Joel> object files, because this data is already present in the
Joel> main executable (it needs to, or the program wouldn't work).

In the .debug files I looked at, the .eh_frame section is marked NOBITS.
I wonder why this isn't the case for you.

Joel> Tested on x86_64-linux as well as x86_64-darwin.  OK to commit?

The patch itself seems fine to me.

Tom


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