static void ppc_GNU_visibility (int);
#endif
+/* This string holds the chars that always start a comment. If the
+ pre-processor is disabled, these aren't very useful. */
+const char ppc_comment_chars[] = "#";
+
#ifdef OBJ_ELF
static void ppc_elf_rdata (int);
static void ppc_elf_lcomm (int);
/* Generic assembler global variables which must be defined by all
targets. */
-/* This string holds the chars that always start a comment. If the
- pre-processor is disabled, these aren't very useful. */
-const char ppc_comment_chars[] = "#";
-
/* Characters which start a comment at the beginning of a line. */
const char line_comment_chars[] = "#";
extern const char ppc_symbol_chars[];
#define tc_symbol_chars ppc_symbol_chars
+#define tc_comment_chars ppc_comment_chars
+extern const char ppc_comment_chars[];
+
#ifdef OBJ_ELF
/* Support for SHT_ORDERED */
#define md_elf_section_type(STR, LEN) ppc_section_type (STR, LEN)
#define md_elf_section_flags(FLAGS, ATTR, TYPE) ppc_section_flags (FLAGS, ATTR, TYPE)
-#define tc_comment_chars ppc_comment_chars
-extern const char ppc_comment_chars[];
-
#define md_elf_section_letter ppc_elf_section_letter
extern bfd_vma ppc_elf_section_letter (int, const char **);