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

2005-10-13 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-10-13 21:58 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED Resolut

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

2005-10-11 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2005-10-11 16:34 --- Subject: Re: c++filt no longer works with stdin Hi HJ, > It works for me. I have applied the patch. Cheers Nick -- http://sourceware.org/bugzilla/show_bug.cgi?id=1437 --- You are receiving this

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

2005-10-11 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-10-11 16:18 --- Subject: Re: New: c++filt no longer works with stdin On Tue, Oct 11, 2005 at 01:43:57PM +0100, Nick Clifton wrote: > Hi HJ, > > >[EMAIL PROTECTED] testsuite]$ cat foo.s > >.type _Z1fv, @function > >[EMAIL

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

2005-10-11 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2005-10-11 12:34 --- Subject: Re: New: c++filt no longer works with stdin Hi HJ, > [EMAIL PROTECTED] testsuite]$ cat foo.s > .type _Z1fv, @function > [EMAIL PROTECTED] testsuite]$ > /export/build/gnu/binutils-import/build-

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

2005-10-10 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-10-10 17:13 --- Here is the patch http://sourceware.org/ml/binutils/2005-10/msg00094.html to restore the old behavior for stdin. -- http://sourceware.org/bugzilla/show_bug.cgi?id=1437 --- You are receiving this mail because

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

2005-10-10 Thread hjl at lucon dot org
--- 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",@pro

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

2005-10-10 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-10-10 15:03 --- Those special handling for `.', `$' and `_' used to be for stdin only. I think it makes some sense sine they are added to assembly code. -- http://sourceware.org/bugzilla/show_bug.cgi?id=1437 --- You are rece

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

2005-10-10 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-10-10 14:58 --- The old one also has if (mbuffer[0] == '.' || mbuffer[0] == '$') ++skip_first; for stdin. It is for assembly code where we may have .section .text.Check__6UArrayi mov $Check__