]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
fix decls
authorDavid D. Zuhn <zoo@cygnus>
Fri, 2 Jul 1993 01:33:33 +0000 (01:33 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Fri, 2 Jul 1993 01:33:33 +0000 (01:33 +0000)
gas/config/tc-h8500.c
gas/config/tc-h8500.h

index 0379f7176cf4aa66abeae8f45e54353db3c3ca1b..f64a8b64d887076f54a05beb2440008110e2d235 100644 (file)
@@ -87,7 +87,7 @@ const char FLT_CHARS[] = "rRsSfFdDxXpP";
 #define WORD_F 32767
 #define WORD_B 32768
 
-relax_typeS md_relax_table[C (END, 0)];
+const relax_typeS md_relax_table[C (END, 0)];
 
 static struct hash_control *opcode_hash_control;       /* Opcode mnemonics */
 
index 198558cc5119bc2dfe9141a9587e58a950306c23..09c008111e855b61fb7d9cde92054a4538871554 100644 (file)
@@ -20,7 +20,6 @@
 
 
 #define TC_H8500
-#define const
 /* This macro translates between an internal fix and an coff reloc type */
 #define TC_COFF_FIX2RTYPE(fixP) tc_coff_fix2rtype(fixP)