diff options
author | Frank Ch. Eigler <fche@redhat.com> | 1997-10-08 01:37:52 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 1997-10-08 01:37:52 +0000 |
commit | d8c0268e57b899778e5a7f5af271fbf01c7c2c0d (patch) | |
tree | b4e8cc9248410d8de1137a605b3f0c1c65cfc05e /gas/testsuite | |
parent | 8fab865a94a07462604c1dcb60fef3d698079af8 (diff) | |
download | gdb-d8c0268e57b899778e5a7f5af271fbf01c7c2c0d.zip gdb-d8c0268e57b899778e5a7f5af271fbf01c7c2c0d.tar.gz gdb-d8c0268e57b899778e5a7f5af271fbf01c7c2c0d.tar.bz2 |
Updated first round of test suite drivers to accept symbol-offset
listings from "objdump" disassembly with or without the new "0x"
prefix before hexadecimal numbers.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/mips/jal-empic.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/testsuite/gas/mips/jal-empic.d b/gas/testsuite/gas/mips/jal-empic.d index 0b5587a..4ee4ba6 100644 --- a/gas/testsuite/gas/mips/jal-empic.d +++ b/gas/testsuite/gas/mips/jal-empic.d @@ -15,12 +15,12 @@ Disassembly of section .text: 0+0010 <[^>]*> bal 0+0000 <text_label> [ ]*10: PCREL16 .text 0+0014 <[^>]*> nop -0+0018 <[^>]*> bal 0+0018 <text_label\+18> +0+0018 <[^>]*> bal 0+0018 <text_label\+(0x|)18> [ ]*18: PCREL16 external_text_label 0+001c <[^>]*> nop 0+0020 <[^>]*> b 0+0000 <text_label> [ ]*20: PCREL16 .text 0+0024 <[^>]*> nop -0+0028 <[^>]*> b 0+0028 <text_label\+28> +0+0028 <[^>]*> b 0+0028 <text_label\+(0x|)28> [ ]*28: PCREL16 external_text_label 0+002c <[^>]*> nop |