Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i386.h122 extern const char *i386_comment_chars;
123 #define tc_comment_chars i386_comment_chars
Dtc-i386.c427 const char *i386_comment_chars = "#/"; variable
432 const char *i386_comment_chars = "#"; variable
9975 n = XNEWVEC (char, strlen (i386_comment_chars) + 1); in md_parse_option()
9977 for (s = i386_comment_chars; *s != '\0'; s++) in md_parse_option()
9981 i386_comment_chars = n; in md_parse_option()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20121799 * config/tc-i386.c [TE_NACL] (i386_comment_chars, PREFIX_SEPARATOR):
DChangeLog-2005384 (i386_comment_chars): Add.