------- Additional Comments From hjl at lucon dot org 2005-10-10 17:00 -------
The reason for
/* For command line args, also try to demangle type encodings. */
result = cplus_demangle (mangled_name, flags | DMGL_TYPES);
is that the assembly code may have
.section .eh_frame,"a",@progbits
.ident "GCC: (GNU) 4.1.0 20051007 (experimental)"
If we demangle type encodings, we will generate
.section .eh_frame,"signed char",@progbits
.ident "GCC: (GNU) .1.0 20051007 (experimental)"
I think the whole patch should be reverted.
--
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |critical
http://sourceware.org/bugzilla/show_bug.cgi?id=1437
------- 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
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-binutils