This is the mail archive of the gcc@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]

Re: dwarf2 EH address size


> The EH code does seem to use POINTER_SIZE pretty consistently.
> DWARF2_ADDR_SIZE is for the debug info, not the exception frame
> info.  I haven't looked into the history of why this is so.

Hmmm... I suppose the EH info is used by the runtime as well, right?
So changing to a non-standard addr size complicates the unwinder.

I think I'll change binutils then ;-)


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