http://sourceware.org/bugzilla/show_bug.cgi?id=13509

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-12-16 
22:18:04 UTC ---
The reason why GCC emits "LABEL = ." is because of the following reason:
* Print debug labels as "foo = ." rather than "foo:" because they should
   represent a byte pointer rather than an ISA-encoded address.
...

The .uleb128 requies $LFBxxx to match the FDE start address, which is
   likewise a byte pointer rather than an ISA-encoded address.

So I think we should just delete the code in the assembler which moves the
labels since they don't move "= ." based labels.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to