diff options
author | Alan Modra <amodra@gmail.com> | 2002-08-26 11:35:32 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-08-26 11:35:32 +0000 |
commit | 98b37a6b3d23d2819b95615270f08eaa5b0ec205 (patch) | |
tree | 526321ad224a27b1738338a19d660a625d7c6710 /gas | |
parent | 8ace442d5a834ce60eadc624b2584b7d01be5eca (diff) | |
download | gdb-98b37a6b3d23d2819b95615270f08eaa5b0ec205.zip gdb-98b37a6b3d23d2819b95615270f08eaa5b0ec205.tar.gz gdb-98b37a6b3d23d2819b95615270f08eaa5b0ec205.tar.bz2 |
* gas/m68hc11/insns.d: Quote dots.
* gas/m68hc11/opers12.d: Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | gas/testsuite/gas/m68hc11/insns.d | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/m68hc11/opers12.d | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 3d62796..90967d1 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,8 @@ 2002-08-26 Alan Modra <amodra@bigpond.net.au> + * gas/m68hc11/insns.d: Quote dots. + * gas/m68hc11/opers12.d: Likewise. + * gas/ieee-fp/x930509a.exp: Run the test but xfail. Add c80 to xfails. * gas/vax/quad.exp: Use quad_elf.s for ELF targets. diff --git a/gas/testsuite/gas/m68hc11/insns.d b/gas/testsuite/gas/m68hc11/insns.d index 520b2e1..06cc048a 100644 --- a/gas/testsuite/gas/m68hc11/insns.d +++ b/gas/testsuite/gas/m68hc11/insns.d @@ -59,7 +59,7 @@ Disassembly of section .text: [ ]+54: R_M68HC11_RL_JUMP \*ABS\* [ ]+55: R_M68HC11_16 Stop 0+0057 <L1> anda #23 -[ ]+58: R_M68HC11_LO8 .text +[ ]+58: R_M68HC11_LO8 \.text 0+0059 <L1\+0x2> andb #0 -[ ]+5a: R_M68HC11_HI8 .text +[ ]+5a: R_M68HC11_HI8 \.text 0+005b <L1\+0x4> rts diff --git a/gas/testsuite/gas/m68hc11/opers12.d b/gas/testsuite/gas/m68hc11/opers12.d index c38c0b1..4cc925f 100644 --- a/gas/testsuite/gas/m68hc11/opers12.d +++ b/gas/testsuite/gas/m68hc11/opers12.d @@ -27,7 +27,7 @@ Disassembly of section .text: 0+0035 <L1\+0x2c> ldab \[32767,SP\] 0+0039 <L1\+0x30> ldd \[32768,PC\] 0+003d <L1\+0x34> ldd 9,PC -[ ]+3f: R_M68HC12_8 .text +[ ]+3f: R_M68HC12_8 \.text 0+0040 <L1\+0x37> std A,X 0+0042 <L1\+0x39> ldx B,X 0+0044 <L1\+0x3b> stx D,Y |