debug crt0.s
Jim Blandy
jimb@red-bean.com
Wed Dec 7 18:57:00 GMT 2005
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?
More information about the Gdb
mailing list