bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/1437] c++filt no longer works with stdin


From: hjl at lucon dot org
Subject: [Bug binutils/1437] c++filt no longer works with stdin
Date: 10 Oct 2005 17:00:10 -0000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]