diff options
author | Nick Clifton <nickc@redhat.com> | 2001-01-09 22:08:42 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-01-09 22:08:42 +0000 |
commit | d38ccb31e9abe28537fd73eb0ebb29492ef765ae (patch) | |
tree | 6f44dab5c89cdfc2a90ca51c276e777a8eb0aa5d /gas | |
parent | 77800f4afb5eb05220f0ebd39512b386c2ea634c (diff) | |
download | gdb-d38ccb31e9abe28537fd73eb0ebb29492ef765ae.zip gdb-d38ccb31e9abe28537fd73eb0ebb29492ef765ae.tar.gz gdb-d38ccb31e9abe28537fd73eb0ebb29492ef765ae.tar.bz2 |
fix patterns to match new behaviour of disassembler
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gas/testsuite/gas/arm/inst.d | 8 | ||||
-rw-r--r-- | gas/testsuite/gas/arm/pic.d | 2 |
3 files changed, 11 insertions, 5 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index ee64785..8f90b46 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2001-01-09 Nick Clifton <nickc@redhat.com> + + * gas/arm/pic.d: Fix patterns to match new behaviour of + disassembler. + inst.d: Fix patterns to match new behaviour of disassembler. + 2001-01-03 Philip Blundell <pb@futuretv.com> * gas/vtable/vtable.exp: Don't run tests on Alpha. diff --git a/gas/testsuite/gas/arm/inst.d b/gas/testsuite/gas/arm/inst.d index 70fff23..68f0593 100644 --- a/gas/testsuite/gas/arm/inst.d +++ b/gas/testsuite/gas/arm/inst.d @@ -159,13 +159,13 @@ Disassembly of section .text: 00000254 <[^>]*> e9e40300 ? stmib r4!, {r8, r9}\^ 00000258 <[^>]*> ef123456 ? swi 0x00123456 0000025c <[^>]*> 2f000033 ? swics 0x00000033 -00000260 <[^>]*> ebfffffe ? bl 00000260 <[^>]*> +00000260 <[^>]*> ebfffffe ? bl 00000000 <[^>]*> [ ]*260:.*_wombat.* -00000264 <[^>]*> 5bfffffe ? blpl 00000264 <[^>]*> +00000264 <[^>]*> 5bfffffe ? blpl 00000000 <[^>]*> [ ]*264:.*ARM.*hohum -00000268 <[^>]*> eafffffe ? b 00000268 <[^>]*> +00000268 <[^>]*> eafffffe ? b 00000000 <[^>]*> [ ]*268:.*_wibble.* -0000026c <[^>]*> dafffffe ? ble 0000026c <[^>]*> +0000026c <[^>]*> dafffffe ? ble 00000000 <[^>]*> [ ]*26c:.*testerfunc.* 00000270 <[^>]*> e1a01102 ? mov r1, r2, lsl #2 00000274 <[^>]*> e1a01002 ? mov r1, r2 diff --git a/gas/testsuite/gas/arm/pic.d b/gas/testsuite/gas/arm/pic.d index 97c2f9f..bd50672 100644 --- a/gas/testsuite/gas/arm/pic.d +++ b/gas/testsuite/gas/arm/pic.d @@ -8,7 +8,7 @@ Disassembly of section .text: 0x00000000 ebfffffe bl 0x00000000 0: R_ARM_PC24 foo -0x00000004 ebfffffe bl 0x00000004 +0x00000004 ebfffffe bl 0x00000000 4: R_ARM_PLT32 foo \.\.\. 8: R_ARM_ABS32 sym |