summaryrefslogtreecommitdiffstats
path: root/binutils/testsuite/binutils-all
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2012-05-16 10:53:49 +0000
committerNick Clifton <nickc@redhat.com>2012-05-16 10:53:49 +0000
commit101af531fe53c0288cb04f40e2d5c62925edfe4b (patch)
treee17974866a20cfeee8fae7120d1bf887905adf93 /binutils/testsuite/binutils-all
parenta5244b7e43f790d781138a82c0f5a53ac23284c3 (diff)
downloadppe42-binutils-101af531fe53c0288cb04f40e2d5c62925edfe4b.tar.gz
ppe42-binutils-101af531fe53c0288cb04f40e2d5c62925edfe4b.zip
* arm-dis.c (arm_opcodes): Don't disassemble STMFD/LDMIA sp!, {reg}
to PUSH/POP {reg}. * binutils-all/arm/objdump.exp: STMFD/LDMIA sp!, {reg} don't disassemble to PUSH/POP {reg} any longer. * gas/arm/stm-ldm.d: STMFD/LDMIA sp!, {reg} don't disassemble to PUSH/POP {reg} any longer. Some new test cases have been added as well. * gas/arm/stm-ldm.s: Likewise.
Diffstat (limited to 'binutils/testsuite/binutils-all')
-rw-r--r--binutils/testsuite/binutils-all/arm/objdump.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/arm/objdump.exp b/binutils/testsuite/binutils-all/arm/objdump.exp
index 2b78db3ee7..321e2a9372 100644
--- a/binutils/testsuite/binutils-all/arm/objdump.exp
+++ b/binutils/testsuite/binutils-all/arm/objdump.exp
@@ -80,7 +80,7 @@ if [is_remote host] {
set got [binutils_run $OBJDUMP "-dr $objfile $objfile"]
-set want "$objfile:\[ \]*file format.*$objfile:\[ \]*file format.*push.*add.*sub.*str.*add.*pop"
+set want "$objfile:\[ \]*file format.*$objfile:\[ \]*file format.*push.*add.*sub.*str.*add.*ldmfd"
if [regexp $want $got] then {
pass "multiple input files"
OpenPOWER on IntegriCloud