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. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils