[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 original symbol and unmangled
representation
   Product: binutils
   Version: unspecified
Status: NEW
  Severity: normal
  Priority: P2
 Component: binutils
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: Dave at Yost dot com
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=3756

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


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 with MSVC ?  If so, does it strip the 
executable correctly ?  And if it does, can you find out what 
differences there are between the MSVC stripped executable and the 
binutils stripped executable ?




The testcase can be found at:
http://arrozcru.no-ip.org/testcase-src.tar.gz <- contains only the files 
to reproduce the problem
http://arrozcru.no-ip.org/testcase-full.tar.gz <- also contains the 
files generated


Unfortunately I am on vacation at the moment, but if no one else has 
solved the problem by the time I get back I will look at it then (ie 2007)


Cheers
  Nick


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


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 me where to look in 
the code for fixing this problem/adding this feature. I don't really 
know COFF at all well, coming from an Elf and VMS object format background.


--Douglas B Rupp



___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


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
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils