diff options
author | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2017-05-02 10:28:09 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-05-02 10:28:09 +0100 |
commit | fe50e98c9a22a89ca2e032b17aa7162452c3ad3b (patch) | |
tree | 375865e04ea7928e81faa4fce2ab57aad10cda11 /opcodes/ChangeLog | |
parent | 122a483d4f19c8b0a7f3d265dad882bd4f2c868a (diff) | |
download | gdb-fe50e98c9a22a89ca2e032b17aa7162452c3ad3b.zip gdb-fe50e98c9a22a89ca2e032b17aa7162452c3ad3b.tar.gz gdb-fe50e98c9a22a89ca2e032b17aa7162452c3ad3b.tar.bz2 |
Fix value in comment of disassembled ARM type A opcodes.
* arm-dis.c (print_insn_thumb32): Fix value_in_comment.
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 b9d67d2..ad3a01a 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2017-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de> + + * arm-dis.c (print_insn_thumb32): Fix value_in_comment. + 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com> * arc-dis.c (print_insn_arc): Smartly print enter/leave mnemonics. |