Nick Clifton wrote:
Hi Doug,
.debug_* sections of the same name aren't getting merged in the
executable.
Try looking at the linker script that is being used. You may need to
add explicit entries for the debug sections.
Cheers
Nick
Thanks, that was a useful suggestion that got me ou
Hi Doug,
.debug_* sections of the same name aren't getting merged in the
executable.
Try looking at the linker script that is being used. You may need to
add explicit entries for the debug sections.
Cheers
Nick
___
bug-binutils mailing list
Configuration target is powerpc-ibm-aix5.2.0.0
I'm working on adding Dwarf2 support on AIX.
After spending a few weeks fiddling with the native linker, I've
switched to Gnu ld.
.debug_* sections of the same name aren't getting merged in the
executable. I'm hoping someone on the list can point