mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 00:52:16 +08:00
* 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:
@ -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.
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
.rept 3
|
.rept 3
|
||||||
.long r1
|
.long foo1
|
||||||
.endr
|
.endr
|
||||||
|
@ -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
|
||||||
|
@ -6,4 +6,4 @@
|
|||||||
.endif
|
.endif
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
m r1,r2,r3
|
m foo1,foo2,foo3
|
||||||
|
@ -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
|
||||||
|
@ -4,4 +4,4 @@
|
|||||||
\arg2
|
\arg2
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
m ".long r1",.garbage
|
m ".long foo1",.garbage
|
||||||
|
Reference in New Issue
Block a user