This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

Re: [patch] readelf.c - dump .eh_frame sections



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

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