From: Ian Lance Taylor Date: Thu, 25 Jan 1996 20:38:08 +0000 (+0000) Subject: * ld-empic/empic.exp: Update for change to MIPS disassembler. X-Git-Tag: gdb-4_18-branchpoint~9512 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92849bae1d7513936c2169cef421c471e6d72978;p=thirdparty%2Fbinutils-gdb.git * ld-empic/empic.exp: Update for change to MIPS disassembler. --- diff --git a/ld/testsuite/ld-empic/empic.exp b/ld/testsuite/ld-empic/empic.exp index f04bbde9d8a..97cb72ff59b 100644 --- a/ld/testsuite/ld-empic/empic.exp +++ b/ld/testsuite/ld-empic/empic.exp @@ -120,7 +120,7 @@ if ![ld_simple_link $ld tmpdir/relax "--relax -T $srcdir$subdir/relax.t tmpdir/r if [string match "*sll*" $l] { continue } - if ![regexp "lui (\[\$a-z0-9\]+),(\[0-9\]+)" $l whole reg upper] { + if ![regexp "lui (\[\$a-z0-9\]+),(\[0-9a-fA-Fx\]+)" $l whole reg upper] { send_log "fail 3\n" send_log "$line\n" send_log "$l\n" @@ -169,7 +169,7 @@ if ![ld_simple_link $ld tmpdir/relax "--relax -T $srcdir$subdir/relax.t tmpdir/r fail $testname return } - + verbose "$l" if [string match "*jalr*" $l] { set dest [expr 0x$addr + 8 + ($upper << 16) + $lower] if { $dest != $nm_output(foo) && $dest != $nm_output(bar) } {