* 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 f85f239..1cb320d 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 6733622..e6d7bcf 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 2f9a621..f37dd54 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 efb5d99..0022d5f 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 243cf67..571b6f8 100644 (file)
@@ -1,3 +1,3 @@
        .rept   3
-       .long   r1
+       .long   foo1
        .endr
index 741d734..9a7d414 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 838ce94..a21b011 100644 (file)
@@ -6,4 +6,4 @@
        .endif
        .endm
 
-       m       r1,r2,r3
+       m       foo1,foo2,foo3
index 2580f76..7680ad4 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 c6410ae..e80aa20 100644 (file)
@@ -4,4 +4,4 @@
        \arg2
        .endm
 
-       m       ".long r1",.garbage
+       m       ".long foo1",.garbage