This is the mail archive of the gdb@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: debug crt0.s


On 12/7/05, Efim Monyak <efim@lipowsky.de> wrote:
> I can see section .debug_info and the Size of this section is NOT Zero.
> If I open the crt0.o with an editor I can see the relative path to
> crt0.s (to source modul) into it.

Check out 'man readelf'.  'readelf -wi' will display the contents of
the .debug_info section legibly.

Could you post the output from 'readelf -wil' applied to a small
executable linked against your crt0.s?


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