bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/15647] New: ARM assembler rejects operand starting with { in in


From: roland at gnu dot org
Subject: [Bug gas/15647] New: ARM assembler rejects operand starting with { in instruction inside macro
Date: Tue, 18 Jun 2013 22:39:31 +0000

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

            Bug ID: 15647
           Summary: ARM assembler rejects operand starting with { in
                    instruction inside macro
           Product: binutils
           Version: 2.23
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: roland at gnu dot org

Target arm-linux-gnueabi (or arm-*).  This input:

.macro foo arg, rest:vararg
    \rest
.endm
    foo r0, push {r0}

produces "Error: bad instruction `push{r0}'".

A fix was posted at http://sourceware.org/ml/binutils/2013-06/msg00090.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

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