x86: Don't disable SSE4a when disabling SSE4
[deliverable/binutils-gdb.git] / opcodes / csky-opc.h
index e31378c27e78285d74945774f87e42a119e0a248..bb35fe1f86ef5d9c3f8af050cda9c434c8ad6a3d 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for C-SKY opcode table
-   Copyright (C) 2007-2018 Free Software Foundation, Inc.
+   Copyright (C) 2007-2020 Free Software Foundation, Inc.
    Contributed by C-SKY Microsystems and Mentor Graphics.
 
    This file is part of the GNU opcodes library.
@@ -2327,7 +2327,7 @@ const struct csky_opcode csky_v1_opcodes[] =
                                (NONE, FEREG, OPRND_SHIFT_0_BIT)),
                  CSKY_ISA_FLOAT_E1,
                  v1_work_fpu_readd),
-  {NULL}
+  {NULL, 0, {}, {}, 0, 0, 0, 0, 0, NULL}
 };
 
 #undef _TRANSFER
@@ -8123,5 +8123,5 @@ const struct csky_opcode csky_v2_opcodes[] =
           OPCODE_INFO1 (0xc4007c40,
                         (0_4or16_20, DUP_AREG, OPRND_SHIFT_0_BIT)),
           CSKYV2_ISA_1E2),
-    {NULL}
+    {NULL, 0, {}, {}, 0, 0, 0, 0, 0, NULL}
   };
This page took 0.025457 seconds and 4 git commands to generate.