Re: ld section merging on aix

2006-12-18 Thread Nick Clifton
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

ld section merging on aix

2006-12-18 Thread Douglas B Rupp
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

Re: strip breaks mixed msvc++ and gcc generated pei-i386

2006-12-18 Thread Nick Clifton
Hi Ramiro, I've come accross this error today, and about 9 hours later I was able to make a nice testcase to reproduce it. Thanks for taking the time to generate a test case. - That executable is stripped using strip.exe. (CVS produces the same error) Is there a strip program included wit

[Bug binutils/3756] New: c++filt RFE: show both original symbol and unmangled representation

2006-12-18 Thread Dave at Yost dot com
It would be handy if there were an option argument to request this behavior: s//\t/ Using a tab for the separator is important for other tools that might want to process these lines further, such as 'align', which could then line them up nicely. -- Summary: c++filt RFE: show both or