* 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:
parent
c1d3c45e14
commit
18452d405c
9 changed files with 24 additions and 18 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
.rept 3
|
||||
.long r1
|
||||
.long foo1
|
||||
.endr
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -6,4 +6,4 @@
|
|||
.endif
|
||||
.endm
|
||||
|
||||
m r1,r2,r3
|
||||
m foo1,foo2,foo3
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
|
||||
RELOCATION RECORDS FOR .*
|
||||
OFFSET[ ]+TYPE[ ]+VALUE.*
|
||||
0+00[ ]+[a-zA-Z0-9_]+[ ]+r1
|
||||
0+00[ ]+[a-zA-Z0-9_]+[ ]+foo1
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
\arg2
|
||||
.endm
|
||||
|
||||
m ".long r1",.garbage
|
||||
m ".long foo1",.garbage
|
||||
|
|
Loading…
Reference in a new issue