Home
last modified time | relevance | path

Searched refs:i386_comment_chars (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-i386.h123 extern const char *i386_comment_chars;
124 #define tc_comment_chars i386_comment_chars
Dtc-i386.c416 const char *i386_comment_chars = "#/"; variable
421 const char *i386_comment_chars = "#"; variable
9710 n = (char *) xmalloc (strlen (i386_comment_chars) + 1); in md_parse_option()
9712 for (s = i386_comment_chars; *s != '\0'; s++) in md_parse_option()
9716 i386_comment_chars = n; in md_parse_option()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20121799 * config/tc-i386.c [TE_NACL] (i386_comment_chars, PREFIX_SEPARATOR):
DChangeLog-2005384 (i386_comment_chars): Add.