diff options
author | Spencer E. Olson <olsonse@umich.edu> | 2020-11-09 12:41:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-11-09 12:41:09 +0000 |
commit | 9372689d72f902c8bae90536acc4747fb0a4b1e1 (patch) | |
tree | b6ec12b88ad28b41ba92f290df2cb10531ad7614 /include/ChangeLog | |
parent | 4a3e3e228280ebbd6320743c1bc2f1401e70300c (diff) | |
download | gdb-9372689d72f902c8bae90536acc4747fb0a4b1e1.zip gdb-9372689d72f902c8bae90536acc4747fb0a4b1e1.tar.gz gdb-9372689d72f902c8bae90536acc4747fb0a4b1e1.tar.bz2 |
Add support for the LMBD (left-most bit detect) instruction to the PRU assembler.
include * opcode/pru.h: Add LMBD (left-most bit detect) opcode index
opcodes * pru-opc.c: Add opcode description for LMBD (left-most bit detect)
gas * testsuite/gas/pru/misc.s: Add tests for lmbd (left-most bit detect)
* testsuite/gas/pru/misc.d: Add tests for lmbd (left-most bit
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 5a4f453..f54d85d 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2020-11-09 Spencer E. Olson <olsonse@umich.edu> + + * opcode/pru.h: Add LMBD (left-most bit detect) opcode index. + 2020-11-09 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> * opcode/aarch64.h (enum aarch64_opnd): Add new operand AARCH64_OPND_Rt_LS64. |