diff options
Diffstat (limited to 'gas/config/tc-i386.h')
-rw-r--r-- | gas/config/tc-i386.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-i386.h b/gas/config/tc-i386.h index 40b92b0..0a9cd1c 100644 --- a/gas/config/tc-i386.h +++ b/gas/config/tc-i386.h @@ -88,6 +88,9 @@ extern void i386_elf_emit_arch_note PARAMS ((void)); extern const char extra_symbol_chars[]; #define tc_symbol_chars extra_symbol_chars +extern const char *i386_comment_chars; +#define tc_comment_chars i386_comment_chars + #define MAX_OPERANDS 3 /* max operands per insn */ #define MAX_IMMEDIATE_OPERANDS 2/* max immediates per insn (lcall, ljmp) */ #define MAX_MEMORY_OPERANDS 2 /* max memory refs per insn (string ops) */ |