mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
fix decls
This commit is contained in:
@ -87,7 +87,7 @@ const char FLT_CHARS[] = "rRsSfFdDxXpP";
|
|||||||
#define WORD_F 32767
|
#define WORD_F 32767
|
||||||
#define WORD_B 32768
|
#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 */
|
static struct hash_control *opcode_hash_control; /* Opcode mnemonics */
|
||||||
|
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
|
|
||||||
|
|
||||||
#define TC_H8500
|
#define TC_H8500
|
||||||
#define const
|
|
||||||
/* This macro translates between an internal fix and an coff reloc type */
|
/* This macro translates between an internal fix and an coff reloc type */
|
||||||
#define TC_COFF_FIX2RTYPE(fixP) tc_coff_fix2rtype(fixP)
|
#define TC_COFF_FIX2RTYPE(fixP) tc_coff_fix2rtype(fixP)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user