diff options
author | jamesbowman <jamesb@excamera.com> | 2016-07-08 11:38:35 -0700 |
---|---|---|
committer | jamesbowman <jamesb@excamera.com> | 2016-07-08 11:38:35 -0700 |
commit | 2f831b9a2bfbd0c2f6083d41b6dc9d9fc6b61e5a (patch) | |
tree | 9c78ae0f515a2a6ebcd90fbc23ac199be069f2cd /opcodes/ChangeLog | |
parent | b8bca85b334b231be6184a0a9a0e7ded6593569b (diff) | |
download | gdb-2f831b9a2bfbd0c2f6083d41b6dc9d9fc6b61e5a.zip gdb-2f831b9a2bfbd0c2f6083d41b6dc9d9fc6b61e5a.tar.gz gdb-2f831b9a2bfbd0c2f6083d41b6dc9d9fc6b61e5a.tar.bz2 |
FT32: adjust disassembly opcode match fields
Tighten up the opcode match fields for conditional jump and call
instructions so more general opcodes don't match them in disassembly.
opcodes/ChangeLog:
* opcodes/ft32-opc.c (ft32_opc_info): Correct mask for "callc"
and "jmpc".
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 109cb7f..56f33b5 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2016-07-07 James Bowman <james.bowman@ftdichip.com> + + * ft32-opc.c (ft32_opc_info): Correct mask for "callc" + and "jmpc". + 2016-07-01 Jan Beulich <jbeulich@suse.com> * i386-opc.tbl (movzbl, movzbw, movzbq, movzwl, movzwq): Remove. |