Home
last modified time | relevance | path

Searched refs:comment_chars (Results 1 – 19 of 19) sorted by relevance

/freebsd-9-stable/contrib/binutils/gas/
Dread.h64 extern const char comment_chars[];
Dapp.c148 #define tc_comment_chars comment_chars in do_scrub_begin()
DChangeLog-96973271 * 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
DChangeLog-0001569 * 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
DChangeLog-92951200 * 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
DChangeLog-98993339 (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/
Dtc-spu.c66 const char comment_chars[] = "#"; variable
Dtc-mep.c66 const char comment_chars[] = "#"; variable
Dtc-arc.c65 const char comment_chars[] = "#;"; variable
Dtc-s390.c57 const char comment_chars[] = "#"; variable
Dtc-cr16.c88 const char comment_chars[] = "#"; variable
Dtc-sparc.c177 const char comment_chars[] = "!"; /* JF removed '|' from variable
Dtc-ppc.c157 const char comment_chars[] = "#"; variable
Dtc-alpha.c212 const char comment_chars[] = "#"; variable
Dtc-score.c98 const char comment_chars[] = "#"; variable
Dtc-ia64.c189 const char comment_chars[] = ""; variable
Dtc-mips.c564 const char comment_chars[] = "#"; variable
Dtc-arm.c712 const char comment_chars[] = "@"; variable
/freebsd-9-stable/contrib/binutils/gas/doc/
Dinternals.texi881 @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.