* 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.
This commit is contained in:
Richard Henderson
1999-06-10 13:48:44 +00:00
parent c1d3c45e14
commit 18452d405c
9 changed files with 24 additions and 18 deletions

View 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> 1999-06-05 Richard Henderson <rth@cygnus.com>
* gas/elf/elf.exp: New directory. * gas/elf/elf.exp: New directory.

View File

@ -5,9 +5,9 @@
RELOCATION RECORDS FOR .* RELOCATION RECORDS FOR .*
OFFSET[ ]+TYPE[ ]+VALUE.* OFFSET[ ]+TYPE[ ]+VALUE.*
0+00[ ]+[a-zA-Z0-9_]+[ ]+r1 0+00[ ]+[a-zA-Z0-9_]+[ ]+foo1
0+04[ ]+[a-zA-Z0-9_]+[ ]+r2 0+04[ ]+[a-zA-Z0-9_]+[ ]+foo2
0+08[ ]+[a-zA-Z0-9_]+[ ]+r3 0+08[ ]+[a-zA-Z0-9_]+[ ]+foo3
0+0c[ ]+[a-zA-Z0-9_]+[ ]+s1 0+0c[ ]+[a-zA-Z0-9_]+[ ]+bar1
0+10[ ]+[a-zA-Z0-9_]+[ ]+s2 0+10[ ]+[a-zA-Z0-9_]+[ ]+bar2
0+14[ ]+[a-zA-Z0-9_]+[ ]+s3 0+14[ ]+[a-zA-Z0-9_]+[ ]+bar3

View File

@ -1,8 +1,8 @@
.irp param,1,2,3 .irp param,1,2,3
.long r\param .long foo\param
.endr .endr
.irpc param,123 .irpc param,123
.long s\param .long bar\param
.endr .endr

View File

@ -5,6 +5,6 @@
RELOCATION RECORDS FOR .* RELOCATION RECORDS FOR .*
OFFSET[ ]+TYPE[ ]+VALUE.* OFFSET[ ]+TYPE[ ]+VALUE.*
0+00[ ]+[a-zA-Z0-9_]+[ ]+r1 0+00[ ]+[a-zA-Z0-9_]+[ ]+foo1
0+04[ ]+[a-zA-Z0-9_]+[ ]+r1 0+04[ ]+[a-zA-Z0-9_]+[ ]+foo1
0+08[ ]+[a-zA-Z0-9_]+[ ]+r1 0+08[ ]+[a-zA-Z0-9_]+[ ]+foo1

View File

@ -1,3 +1,3 @@
.rept 3 .rept 3
.long r1 .long foo1
.endr .endr

View File

@ -5,6 +5,6 @@
RELOCATION RECORDS FOR .* RELOCATION RECORDS FOR .*
OFFSET[ ]+TYPE[ ]+VALUE.* OFFSET[ ]+TYPE[ ]+VALUE.*
0+00[ ]+[a-zA-Z0-9_]+[ ]+r1 0+00[ ]+[a-zA-Z0-9_]+[ ]+foo1
0+04[ ]+[a-zA-Z0-9_]+[ ]+r2 0+04[ ]+[a-zA-Z0-9_]+[ ]+foo2
0+08[ ]+[a-zA-Z0-9_]+[ ]+r3 0+08[ ]+[a-zA-Z0-9_]+[ ]+foo3

View File

@ -6,4 +6,4 @@
.endif .endif
.endm .endm
m r1,r2,r3 m foo1,foo2,foo3

View File

@ -5,4 +5,4 @@
RELOCATION RECORDS FOR .* RELOCATION RECORDS FOR .*
OFFSET[ ]+TYPE[ ]+VALUE.* OFFSET[ ]+TYPE[ ]+VALUE.*
0+00[ ]+[a-zA-Z0-9_]+[ ]+r1 0+00[ ]+[a-zA-Z0-9_]+[ ]+foo1

View File

@ -4,4 +4,4 @@
\arg2 \arg2
.endm .endm
m ".long r1",.garbage m ".long foo1",.garbage