CSKY: Support attribute section.
[deliverable/binutils-gdb.git] / opcodes / csky-opc.h
index 796d3757024a13e0eb6bfcabd6dabdbbc551fb6f..95df44dad389d0268711118cbb105a8f8f9528cc 100644 (file)
@@ -262,8 +262,8 @@ struct csky_opcode
   /* Encodings for 32-bit opcodes.  */
   struct csky_opcode_info op32[OP_TABLE_NUM];
   /* Instruction set flag.  */
-  unsigned int isa_flag16;
-  unsigned int isa_flag32;
+  BFD_HOST_U_64_BIT isa_flag16;
+  BFD_HOST_U_64_BIT isa_flag32;
   /* Whether this insn needs relocation, 0: no, !=0: yes.  */
   signed int reloc16;
   signed int reloc32;
This page took 0.025449 seconds and 4 git commands to generate.