diff options
author | Francois H. Theron <francois.theron@netronome.com> | 2018-11-13 12:33:16 +0200 |
---|---|---|
committer | Francois H. Theron <francois.theron@netronome.com> | 2018-11-13 15:33:21 +0200 |
commit | 97b3f39201efc9029a9a27d65f13674964c51503 (patch) | |
tree | 9456973ddda4674581b7a06d151b083da98a2162 /binutils/ChangeLog | |
parent | 497d849d28d933016ae0ad388c86b08bb16dd504 (diff) | |
download | gdb-97b3f39201efc9029a9a27d65f13674964c51503.zip gdb-97b3f39201efc9029a9a27d65f13674964c51503.tar.gz gdb-97b3f39201efc9029a9a27d65f13674964c51503.tar.bz2 |
opcodes/nfp: Fix disassembly of crc[] with swapped operands.
The decoding of the CRC operation in alu instructions was using bits
from the instruction word directly, instead of srcA which would be
different if the swap bit was set.
Signed-off-by: Francois H. Theron <francois.theron@netronome.com>
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 873c3dd..0d980b7 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2018-11-13 Francois H. Theron <francois.theron@netronome.com> + + * testsuite/binutils-all/nfp/test1.d: Test for swapped operand crc[]. + + 2018-11-09 Hafiz Abid Qadeer <abidh@codesourcery.com> * configure: Regenerate. |