diff options
author | Paul Brook <paul@codesourcery.com> | 2011-04-08 11:42:19 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2011-04-08 11:42:19 +0000 |
commit | 1fbaefec00e08a2a0dd55e59dcd570d8f1e1b3b1 (patch) | |
tree | 0b654556c4b9aa0d2d5b7a6d9e31a7c5e00f8581 /opcodes/ChangeLog | |
parent | 33b5443119cdb4fdf5101afcbd73bee489840062 (diff) | |
download | gdb-1fbaefec00e08a2a0dd55e59dcd570d8f1e1b3b1.zip gdb-1fbaefec00e08a2a0dd55e59dcd570d8f1e1b3b1.tar.gz gdb-1fbaefec00e08a2a0dd55e59dcd570d8f1e1b3b1.tar.bz2 |
2011-04-07 Paul Carroll<pcarroll@codesourcery.com>
opcodes/
* arm-dis.c (print_insn): init vars moved into private_data structure.
binutils/testsuite/
* binutils-all/arm/simple.s: Demo issue with objdump with
multiple input files
* binutils-all/arm/objdump.exp: added new ARM test case code
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 734f824..7e56d0b 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2011-04-07 Paul Carroll<pcarroll@codesourcery.com> + + * arm-dis.c (print_insn): init vars moved into private_data structure. + 2011-03-24 Mike Frysinger <vapier@gentoo.org> * bfin-dis.c (decode_dsp32mac_0): Move MM zeroing down to MAC0 logic. |