From d8c0268e57b899778e5a7f5af271fbf01c7c2c0d Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 8 Oct 1997 01:37:52 +0000 Subject: [PATCH] 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. --- gas/testsuite/gas/mips/jal-empic.d | 4 ++-- 1 file 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 [ ]*10: PCREL16 .text 0+0014 <[^>]*> nop -0+0018 <[^>]*> bal 0+0018 +0+0018 <[^>]*> bal 0+0018 [ ]*18: PCREL16 external_text_label 0+001c <[^>]*> nop 0+0020 <[^>]*> b 0+0000 [ ]*20: PCREL16 .text 0+0024 <[^>]*> nop -0+0028 <[^>]*> b 0+0028 +0+0028 <[^>]*> b 0+0028 [ ]*28: PCREL16 external_text_label 0+002c <[^>]*> nop -- 2.7.4