------- Additional Comments From amodra at bigpond dot net dot au  2006-05-20 
02:50 -------
Not a bug.  Use alternate macro syntax if you want to paste formals with 
strings.

    .text
    .align 4

    .macro test label
    BNE                 &label&.aaa
    B                   &label&
&label&.aaa:
    nop
&label&:
    nop
    .endm

    test        a
    test        b


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


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

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