debug crt0.s

Jim Blandy jimb@red-bean.com
Wed Dec 7 17:29:00 GMT 2005


On 12/7/05, Efim Monyak <efim@lipowsky.de> wrote:
> Do I have a possibility to check does crt0.o file have debug informations?
> In the list file generate from .elf by objcopy utilite with -G Option
> both assembler modules

Try running 'readelf -S crt0.o'.  If you see a section named
.debug_info, or a section named .stab (I think), then you have debug
info.



More information about the Gdb mailing list