aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/ChangeLog
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/ChangeLog
parenta5244b7e43f790d781138a82c0f5a53ac23284c3 (diff)
downloadgdb-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/ChangeLog')
-rw-r--r--binutils/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 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