diff options
author | Nick Clifton <nickc@redhat.com> | 2012-05-16 10:53:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-05-16 10:53:49 +0000 |
commit | 101af531fe53c0288cb04f40e2d5c62925edfe4b (patch) | |
tree | e17974866a20cfeee8fae7120d1bf887905adf93 /binutils/testsuite | |
parent | a5244b7e43f790d781138a82c0f5a53ac23284c3 (diff) | |
download | gdb-101af531fe53c0288cb04f40e2d5c62925edfe4b.zip gdb-101af531fe53c0288cb04f40e2d5c62925edfe4b.tar.gz gdb-101af531fe53c0288cb04f40e2d5c62925edfe4b.tar.bz2 |
* 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')
-rw-r--r-- | binutils/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/arm/objdump.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 797272d..67c353e 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-05-16 Meador Inge <meadori@codesourcery.com> + + * binutils-all/arm/objdump.exp: + STMFD/LDMIA sp!, {reg} don't disassemble to PUSH/POP {reg} any longer. + 2012-04-12 H.J. Lu <hongjiu.lu@intel.com> PR binutils/13947 diff --git a/binutils/testsuite/binutils-all/arm/objdump.exp b/binutils/testsuite/binutils-all/arm/objdump.exp index 2b78db3..321e2a9 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" |