diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 5 | ||||
-rw-r--r-- | include/opcode/arc.h | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index ce38864..9505ace 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2019-07-24 Claudiu Zissulescu <claziss@synopsys.com> + + * include/opcode/arc.h (FASTMATH): Add. + (SWITCH): Likewise. + 2019-07-24 Alan Modra <amodra@gmail.com> * elf/internal.h (ELF_SECTION_IN_SEGMENT_1): Exclude non-alloc diff --git a/include/opcode/arc.h b/include/opcode/arc.h index 749d142..14654b5 100644 --- a/include/opcode/arc.h +++ b/include/opcode/arc.h @@ -59,6 +59,7 @@ typedef enum EI, ENTER, FLOAT, + FASTMATH, INVALID, JLI, JUMP, @@ -79,6 +80,7 @@ typedef enum SJLI, STORE, SUB, + SWITCH, ULTRAIP, XY } insn_class_t; |