bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/5895] New: Usage of .exitm outside a .macro block equivalent to


From: evandro at yahoo dot com
Subject: [Bug gas/5895] New: Usage of .exitm outside a .macro block equivalent to .end
Date: 6 Mar 2008 23:31:21 -0000

If .exitm is used outside a macro definition, then it behaves as .end, stopping
further processing.

For example:

.macro MAC
xor %eax, %eax
.endm

.exitm

MAC

bogus %eax, %eax # never flagged as illegal insn

.end

-- 
           Summary: Usage of .exitm outside a .macro block equivalent to
                    .end
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: evandro at yahoo dot com
                CC: bug-binutils at gnu dot org


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

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