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


I don't use the precompiled crt0 modul. They are in my Software two assembler modules.
One of them is crt0.s. They both are compiled together with C modules.
I use the Option -g3 for assembler modules. The difference between assembler modules is:
the srt0.s is not a .text section it use its own section.


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



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