bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/2674] gas cannot recognize combination of macro parameter with


From: amodra at bigpond dot net dot au
Subject: [Bug gas/2674] gas cannot recognize combination of macro parameter with string
Date: 20 May 2006 02:50:37 -0000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]