[patch] readelf.c - dump .eh_frame sections
DJ Delorie
dj@delorie.com
Thu Dec 7 10:49:00 GMT 2000
> It must be possible to pinpoint the location of the data in the file
> which generated a specific output line. This is the original intend
> of the program, we needed something to help debugging gas, ld, ld.so.
Absolute file position, or relative to the section? It currently
displays the relative section offset of each CIE/FDE. Changing it to
absolute file location would be trivial.
I think tagging each individual row of each CIE/FDE table would only
make an already-very-wide table even wider.
More information about the Binutils
mailing list