From d59d4bbd0048469f769ca225080e458db385047f Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 9 Jan 2001 22:08:42 +0000 Subject: [PATCH] fix patterns to match new behaviour of disassembler --- gas/testsuite/ChangeLog | 6 ++++++ gas/testsuite/gas/arm/inst.d | 8 ++++---- 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 ee647858b4..8f90b4697b 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2001-01-09 Nick Clifton + + * 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 * 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 -- 2.11.0