Searched refs:comment_chars (Results 1 – 19 of 19) sorted by relevance
| /freebsd-9-stable/contrib/binutils/gas/ |
| D | read.h | 64 extern const char comment_chars[];
|
| D | app.c | 148 #define tc_comment_chars comment_chars in do_scrub_begin()
|
| D | ChangeLog-9697 | 3271 * config/tc-ppc.c (comment_chars): Delete in favor of 4906 * config/tc-ppc.c (comment_chars): Make '!' a comment character 5056 define it to comment_chars. Use tc_comment_chars rather than 5057 comment_chars. 5058 (do_scrub_chars): Use tc_comment_chars rather than comment_chars. 5062 comment_chars. Change into a pointer rather than an array. 5396 * config/tc-m68k.c (comment_chars): Don't include '#' if TE_LINUX 5505 * config/tc-m68k.c (comment_chars): Don't include '#' if TE_PSOS
|
| D | ChangeLog-0001 | 569 * config/tc-arm.c (comment_chars): Remove semi-colon accidentally 1911 * config/tc-i386.c (comment_chars): Don't use '/' as comment start if 6085 * config/tc-h8300.c (comment_chars): Use string initialiser. 6087 * config/tc-z8k.c (comment_chars, line_comment_chars, 6673 * config/tc-i386.c (comment_chars): Don't use '/' as comment start if
|
| D | ChangeLog-9295 | 1200 * config/tc-m68k.c (comment_chars): If TE_DELTA is defined, 1882 comment_chars. 3222 * config/tc-m68k.c (comment_chars) [OBJ_ELF]: Include '#'. 9833 (comment_chars) [OBJ_ELF]: Include "/". 10880 comment_chars. 11117 * config/tc-i386.c (comment_chars) [TE_I386AIX]: Include "/". 12348 * read.h: added extern declarations for comment_chars, 12350 read.c, app.c: removed definitions of comment_chars, 12365 EXP_CHARS, FLT_CHARS, comment_chars, line_comment_chars and
|
| D | ChangeLog-9899 | 3339 (comment_chars): Don't use '/' as comment start if TE_LINUX. 3453 '\\' in case where comment_chars contains '/'.
|
| /freebsd-9-stable/contrib/binutils/gas/config/ |
| D | tc-spu.c | 66 const char comment_chars[] = "#"; variable
|
| D | tc-mep.c | 66 const char comment_chars[] = "#"; variable
|
| D | tc-arc.c | 65 const char comment_chars[] = "#;"; variable
|
| D | tc-s390.c | 57 const char comment_chars[] = "#"; variable
|
| D | tc-cr16.c | 88 const char comment_chars[] = "#"; variable
|
| D | tc-sparc.c | 177 const char comment_chars[] = "!"; /* JF removed '|' from variable
|
| D | tc-ppc.c | 157 const char comment_chars[] = "#"; variable
|
| D | tc-alpha.c | 212 const char comment_chars[] = "#"; variable
|
| D | tc-score.c | 98 const char comment_chars[] = "#"; variable
|
| D | tc-ia64.c | 189 const char comment_chars[] = ""; variable
|
| D | tc-mips.c | 564 const char comment_chars[] = "#"; variable
|
| D | tc-arm.c | 712 const char comment_chars[] = "@"; variable
|
| /freebsd-9-stable/contrib/binutils/gas/doc/ |
| D | internals.texi | 881 @item comment_chars 882 @cindex comment_chars 888 If this macro is defined, GAS will use it instead of @code{comment_chars}. 911 comment_chars.
|