* gas/macros/irp.s: Use `foo' and `bar' instead of `r' and `s'.
authorRichard Henderson <rth@redhat.com>
Thu, 10 Jun 1999 13:48:44 +0000 (13:48 +0000)
committerRichard Henderson <rth@redhat.com>
Thu, 10 Jun 1999 13:48:44 +0000 (13:48 +0000)
        * gas/macros/rept.s, gas/macros/test2.s, gas/macros/test3.s: Likewise.
        * gas/macros/{irp,rept,test2,test3}.d: Update.

gas/testsuite/ChangeLog
gas/testsuite/gas/macros/irp.d
gas/testsuite/gas/macros/irp.s
gas/testsuite/gas/macros/rept.d
gas/testsuite/gas/macros/rept.s
gas/testsuite/gas/macros/test2.d
gas/testsuite/gas/macros/test2.s
gas/testsuite/gas/macros/test3.d
gas/testsuite/gas/macros/test3.s

index f85f23925eb0044752dbfe7b2096e0f9430bf659..1cb320dc844b83a1140b9c0336aa13ac62b2f591 100644 (file)
@@ -1,3 +1,9 @@
+1999-06-10  Richard Henderson  <rth@cygnus.com>
+
+       * gas/macros/irp.s: Use `foo' and `bar' instead of `r' and `s'.
+       * gas/macros/rept.s, gas/macros/test2.s, gas/macros/test3.s: Likewise.
+       * gas/macros/{irp,rept,test2,test3}.d: Update.
+
 1999-06-05  Richard Henderson  <rth@cygnus.com>
 
        * gas/elf/elf.exp: New directory.
index 6733622981eb332683747985240f8245dd019b2f..e6d7bcfd40e1c5b6e0fd404be682b1b84a72c179 100644 (file)
@@ -5,9 +5,9 @@
 
 RELOCATION RECORDS FOR .*
 OFFSET[        ]+TYPE[         ]+VALUE.*
-0+00[  ]+[a-zA-Z0-9_]+[        ]+r1
-0+04[  ]+[a-zA-Z0-9_]+[        ]+r2
-0+08[  ]+[a-zA-Z0-9_]+[        ]+r3
-0+0c[  ]+[a-zA-Z0-9_]+[        ]+s1
-0+10[  ]+[a-zA-Z0-9_]+[        ]+s2
-0+14[  ]+[a-zA-Z0-9_]+[        ]+s3
+0+00[  ]+[a-zA-Z0-9_]+[        ]+foo1
+0+04[  ]+[a-zA-Z0-9_]+[        ]+foo2
+0+08[  ]+[a-zA-Z0-9_]+[        ]+foo3
+0+0c[  ]+[a-zA-Z0-9_]+[        ]+bar1
+0+10[  ]+[a-zA-Z0-9_]+[        ]+bar2
+0+14[  ]+[a-zA-Z0-9_]+[        ]+bar3
index 2f9a6214453112c5163f8db69345c88ea08d0fa5..f37dd54de15d4116a3c120a6e8e5680fd152e87d 100644 (file)
@@ -1,8 +1,8 @@
        .irp    param,1,2,3
-       .long   r\param
+       .long   foo\param
        .endr
 
        .irpc   param,123
-       .long   s\param
+       .long   bar\param
        .endr
 
index efb5d996dab456aa264c42f0e45bd3e3d4ea0db5..0022d5f95dfb5b0705056fcf5d31d17d79ea8e3b 100644 (file)
@@ -5,6 +5,6 @@
 
 RELOCATION RECORDS FOR .*
 OFFSET[        ]+TYPE[         ]+VALUE.*
-0+00[  ]+[a-zA-Z0-9_]+[        ]+r1
-0+04[  ]+[a-zA-Z0-9_]+[        ]+r1
-0+08[  ]+[a-zA-Z0-9_]+[        ]+r1
+0+00[  ]+[a-zA-Z0-9_]+[        ]+foo1
+0+04[  ]+[a-zA-Z0-9_]+[        ]+foo1
+0+08[  ]+[a-zA-Z0-9_]+[        ]+foo1
index 243cf67b8f7608a97c2491d93b3f7877ff247ddf..571b6f8757ebd6f05b39f9595df1550106462338 100644 (file)
@@ -1,3 +1,3 @@
        .rept   3
-       .long   r1
+       .long   foo1
        .endr
index 741d734959a40e7ed339b867844019896138d791..9a7d41481d799bfe24467695b0f5d5f21cf8a118 100644 (file)
@@ -5,6 +5,6 @@
 
 RELOCATION RECORDS FOR .*
 OFFSET[        ]+TYPE[         ]+VALUE.*
-0+00[  ]+[a-zA-Z0-9_]+[        ]+r1
-0+04[  ]+[a-zA-Z0-9_]+[        ]+r2
-0+08[  ]+[a-zA-Z0-9_]+[        ]+r3
+0+00[  ]+[a-zA-Z0-9_]+[        ]+foo1
+0+04[  ]+[a-zA-Z0-9_]+[        ]+foo2
+0+08[  ]+[a-zA-Z0-9_]+[        ]+foo3
index 838ce94032c075f721eeedabaa702d68377d55d5..a21b011cef56e618d5369179229e45ba1f545dbe 100644 (file)
@@ -6,4 +6,4 @@
        .endif
        .endm
 
-       m       r1,r2,r3
+       m       foo1,foo2,foo3
index 2580f7642223c0598ebb93c234f26f063fb2556a..7680ad4dfb82c65e05d7353ac8acf10b255bab23 100644 (file)
@@ -5,4 +5,4 @@
 
 RELOCATION RECORDS FOR .*
 OFFSET[        ]+TYPE[         ]+VALUE.*
-0+00[  ]+[a-zA-Z0-9_]+[        ]+r1
+0+00[  ]+[a-zA-Z0-9_]+[        ]+foo1
index c6410aec164c713051c6263db5054876b50a5547..e80aa205efa038c3ed74eaff8f28c6a7e92ff126 100644 (file)
@@ -4,4 +4,4 @@
        \arg2
        .endm
 
-       m       ".long r1",.garbage
+       m       ".long foo1",.garbage
This page took 0.029744 seconds and 4 git commands to generate.