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]
Other format: [Raw text]

.debug_info in gas


Hi all,

I had discussed this issue with Richard Henderson a while ago. Pasting the
DWARF3 specification:


7.5  Format of Debugging Information

For each compilation unit compiled with a DWARF Version 3 producer, 
a contribution is made to the .debug_info section of the object file.


At the moment, gas contibutes only the first source file it assembles
in .debug_info. When I proposed to make the change, in order to have
mulitple records in .debug_info for every compilation unit, Richard
told me that this isn't right. Why?

Elias


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