diff options
author | jamesbowman <jamesb@excamera.com> | 2015-09-25 12:33:30 -0700 |
---|---|---|
committer | jamesbowman <jamesb@excamera.com> | 2015-09-25 12:33:30 -0700 |
commit | 9a09557a93b9f11371e4213589878437e567f897 (patch) | |
tree | 33277a92458ebae8351d90ca19bfc94e8a79d82c /binutils | |
parent | 19ba03f49581e407097a3e4821a957c422551ae5 (diff) | |
download | binutils-gdb-9a09557a93b9f11371e4213589878437e567f897.tar.gz |
The FT32's disassembly of 10-bit literals has the incorrect mask.
[opcodes]
* ft32-dis.c (print_insn_ft32): Fix incorrect data field mask.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index be987ec0101..8dd62161fde 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2015-09-25 James Bowman <james.bowman@ftdichip.com> + + * ft32-dis.c (print_insn_ft32): Fix incorrect data field mask. + 2015-09-23 Nick Clifton <nickc@redhat.com> PR binutils/15835 |