[ARC] [COMMITTED] Fix FASTMATH field.
authorClaudiu Zissulescu <claziss@gmail.com>
Fri, 30 Aug 2019 08:31:19 +0000 (11:31 +0300)
committerClaudiu Zissulescu <claziss@gmail.com>
Fri, 30 Aug 2019 08:31:19 +0000 (11:31 +0300)
Move FASTMATH to the right enum.

2019-08-30  Claudiu Zissulescu <claziss@gmail.com>

        * opcode/arc.h (FASTMATH): Move it from insn_class_t to
        insn_subclass_t enum.

include/ChangeLog
include/opcode/arc.h

index e779c177023786babd2bf4b93b640f18d639701d..3055551062898e43d4fa424996b1d3f3b3814dad 100644 (file)
@@ -1,3 +1,8 @@
+2019-08-30  Claudiu Zissulescu <claziss@gmail.com>
+
+       * opcode/arc.h (FASTMATH): Move it from insn_class_t to
+       insn_subclass_t enum.
+
 2019-08-22  Alan Modra  <amodra@gmail.com>
 
        * elf/arm.h (ARM_GET_SYM_CMSE_SPCL, ARM_SET_SYM_CMSE_SPCL): Delete.
index 14654b5d6cc3065d241cdc9fdf63c30f6157d300..d6a2b885a1aefd3046b57269fb734c3e33767248 100644 (file)
@@ -59,7 +59,6 @@ typedef enum
   EI,
   ENTER,
   FLOAT,
-  FASTMATH,
   INVALID,
   JLI,
   JUMP,
@@ -99,6 +98,7 @@ typedef enum
   DP       = (1U << 6),
   DPA      = (1U << 7),
   DPX      = (1U << 8),
+  FASTMATH = (1U << 23),
   LL64     = (1U << 9),
   MPY1E    = (1U << 10),
   MPY6E    = (1U << 11),
This page took 0.024705 seconds and 4 git commands to generate.