With this patch:

http://sourceware.org/ml/binutils/2005-10/msg00028.html

c++filt no longer works with stdin:

[EMAIL PROTECTED] testsuite]$ cat foo.s
        .type   _Z1fv, @function
[EMAIL PROTECTED] testsuite]$
/export/build/gnu/binutils-import/build-i686-linux/binutils/cxxfilt < foo.s
.type
f()
function
[EMAIL PROTECTED] testsuite]$ /usr/bin/c++filt < foo.s
        .type   f(), @function

-- 
           Summary: c++filt no longer works with stdin
           Product: binutils
           Version: 2.17 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: hjl at lucon dot org
                CC: bug-binutils at gnu dot org,nickc at redhat dot com


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

Reply via email to