mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* gas/macros/purge.s: Delete irpc loops.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2007-11-13 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* gas/macros/purge.s: Delete irpc loops.
|
||||
|
||||
2007-11-12 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* gas/ppc/regnames.d: New.
|
||||
|
@ -25,18 +25,3 @@
|
||||
macro2
|
||||
.purgem MACRO1
|
||||
.purgem macro2
|
||||
|
||||
.irpc a,ABCDEFGHIJKLMNOPQRSTUVWXYZ
|
||||
.irpc b,ABCDEFGHIJKLMNOPQRSTUVWXYZ
|
||||
.irpc c,ABCDEFGHIJKLMNOPQRSTUVWXYZ
|
||||
.irpc d,ABCDEFGHIJKLMNOPQRSTUVWXYZ
|
||||
.macro _\a\b\c\d arg1=0, arg2=0
|
||||
.if \arg1 + \arg2
|
||||
.purgem _\a\b\c\d
|
||||
.endif
|
||||
.endm
|
||||
_\a\b\c\d 1, 2
|
||||
.endr
|
||||
.endr
|
||||
.endr
|
||||
.endr
|
||||
|
Reference in New Issue
Block a user