summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-01-09 22:08:42 +0000
committerNick Clifton <nickc@redhat.com>2001-01-09 22:08:42 +0000
commitd38ccb31e9abe28537fd73eb0ebb29492ef765ae (patch)
tree6f44dab5c89cdfc2a90ca51c276e777a8eb0aa5d
parent77800f4afb5eb05220f0ebd39512b386c2ea634c (diff)
downloadppe42-binutils-d38ccb31e9abe28537fd73eb0ebb29492ef765ae.tar.gz
ppe42-binutils-d38ccb31e9abe28537fd73eb0ebb29492ef765ae.zip
fix patterns to match new behaviour of disassembler
-rw-r--r--gas/testsuite/ChangeLog6
-rw-r--r--gas/testsuite/gas/arm/inst.d8
-rw-r--r--gas/testsuite/gas/arm/pic.d2
3 files changed, 11 insertions, 5 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index ee647858b4..8f90b4697b 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 70fff23805..68f05932f9 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 97c2f9f040..bd506726b3 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
OpenPOWER on IntegriCloud