* config/tc-mn10300.c (set_arch_mach): Change argument type to
[deliverable/binutils-gdb.git] / opcodes / h8500-opc.h
index 13ee7fbd2fa9c50eaa706957de4fbe2b1a71765c..1c1794cbe92844b2e8a6d276f1f7fbf95b8bdde4 100644 (file)
@@ -157,7 +157,7 @@ typedef struct {
        int length;
        struct { unsigned char contents;unsigned char mask; char insert; } bytes[6];
 } h8500_opcode_info;
-h8500_opcode_info h8500_table[]
+const h8500_opcode_info h8500_table[]
 #ifdef ASSEMBLER_TABLE
 #ifdef DEFINE_TABLE
 ={
@@ -3852,7 +3852,7 @@ IMM16,RD  'a','E','D','D'
 QIM,ABS16  'a','I','E','E'
 RNIND_D16,RD  'a','E','D','D'
 */
-{0,0,0,0,0,0,"",0,{0,0},0,{}}}
+{0,0,0,0,0,0,NULL,0,{0,0},0,{}}}
 #endif
 ;
 #endif
This page took 0.024477 seconds and 4 git commands to generate.