Patch to fix PR9861

Andrew Haley aph@redhat.com
Tue Sep 27 16:31:00 GMT 2005


Ian Lance Taylor writes:
 > Andrew Haley <aph@redhat.com> writes:
 > 
 > > I changed my mind because the space makes assembly expressions look
 > > really odd.  Like this:
 > > 
 > > -----------------------------------------------------------------------
 > > .globl Test.x() java.lang.Object
 > >         .type   Test.x() java.lang.Object, @function
 > > Test.x() java.lang.Object:
 > > .LFB3:
 > > .LBB3:
 > >         movl    $0, %eax
 > > .LBE3:
 > >         ret
 > > .LFE3:
 > >         .size   Test.x() java.lang.Object, .-Test.x() java.lang.Object
 > > -----------------------------------------------------------------------
 > 
 > Wait, what's going on here?  The assembler should only see the mangled
 > name.  The assembler is not going to like those parentheses, much less
 > the space.

This is the ouput of c++filt.  It's for me to read, not the assembler.

Andrew.



More information about the Java-patches mailing list