Home
last modified time | relevance | path

Searched refs:ppc_comment_chars (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ppc.h224 #define tc_comment_chars ppc_comment_chars
225 extern const char *ppc_comment_chars;
Dtc-ppc.c164 const char *ppc_comment_chars = ppc_solaris_comment_chars; variable
166 const char *ppc_comment_chars = ppc_eabi_comment_chars; variable
1208 ppc_comment_chars = ppc_solaris_comment_chars; in md_parse_option()
1214 ppc_comment_chars = ppc_eabi_comment_chars; in md_parse_option()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-96973275 (ppc_comment_chars): Select appropriate comment chars by default.