diff options
author | Claudiu Zissulescu <claziss@synopsys.com> | 2017-07-19 09:56:55 +0200 |
---|---|---|
committer | claziss <claziss@synopsys.com> | 2017-07-19 09:56:55 +0200 |
commit | 7179e0e6b2e0ed7b220af8836a88ef308faf5898 (patch) | |
tree | 236dfc3015bf0c6b982a65ddcb8214601c6893b1 /include/ChangeLog | |
parent | 684d5a10b1332e2a1b03a1d6e7a899ef87b3ea16 (diff) | |
download | gdb-7179e0e6b2e0ed7b220af8836a88ef308faf5898.zip gdb-7179e0e6b2e0ed7b220af8836a88ef308faf5898.tar.gz gdb-7179e0e6b2e0ed7b220af8836a88ef308faf5898.tar.bz2 |
[ARC] Add SJLI instruction.
include/
2017-07-19 Claudiu Zissulescu <claziss@synopsys.com>
* opcode/arc.h (SJLI): Add.
opcode/
2017-07-19 Claudiu Zissulescu <claziss@synopsys.com>
* arc-opc.c (extract_uimm12_20): New function.
(UIMM12_20): New operand.
(SIMM3_5_S): Adjust.
* arc-tbl.h (sjli): Add new instruction.
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 a31f62e..da1ce10 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,4 +1,8 @@ 2017-07-19 Claudiu Zissulescu <claziss@synopsys.com> + + * opcode/arc.h (SJLI): Add. + +2017-07-19 Claudiu Zissulescu <claziss@synopsys.com> John Eric Martin <John.Martin@emmicro-us.com> * elf/arc-reloc.def: Add JLI relocs howto. |