diff options
author | Alan Modra <amodra@gmail.com> | 2007-11-12 22:21:48 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-11-12 22:21:48 +0000 |
commit | 4eb0fd204f302fd2bb570b07f1fd512250d39f93 (patch) | |
tree | a390a80748a24596864d5013b0ab16f72808b2b1 | |
parent | fa4dfc15df03a6b74b313408aeae9edb2bad1862 (diff) | |
download | gdb-4eb0fd204f302fd2bb570b07f1fd512250d39f93.zip gdb-4eb0fd204f302fd2bb570b07f1fd512250d39f93.tar.gz gdb-4eb0fd204f302fd2bb570b07f1fd512250d39f93.tar.bz2 |
* gas/macros/purge.s: Delete irpc loops.
-rw-r--r-- | gas/testsuite/ChangeLog | 10 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/purge.s | 15 |
2 files changed, 7 insertions, 18 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 1859b5c..af06e1c 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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. @@ -15,7 +19,7 @@ 2007-11-07 Tristan Gingold <gingold@adacore.com> - * gas/ppc/test1xcoff32.d: Updated to match RTOC bug fix. + * gas/ppc/test1xcoff32.d: Updated to match RTOC bug fix. 2007-11-06 Paul Brook <paul@codesourcery.com> @@ -749,7 +753,7 @@ * gas/m68k/mcf-trap.d: Allow for alternative trap mnemonics. * gas/m68k/br-isab.d: Fix name of test. * gas/m68k/br-isac.d: Fix name of test. - + 2007-05-14 H.J. Lu <hongjiu.lu@intel.com> PR binutils/4502 @@ -870,7 +874,7 @@ * gas/arm/thumb.d: White space cleanup. * gas/arm/thumb2_relax.d: Likewise. * gas/arm/thumb32.d: Likewise. - + 2007-04-20 Nathan Sidwell <nathan@codesourcery.com> * gas/m68k/ctrl-1.d, gas/m68k/ctrl-1.s: New. diff --git a/gas/testsuite/gas/macros/purge.s b/gas/testsuite/gas/macros/purge.s index f1e09f6..5734160 100644 --- a/gas/testsuite/gas/macros/purge.s +++ b/gas/testsuite/gas/macros/purge.s @@ -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 |