(USER_LABEL_PREFIX): Set to "".
authorDoug Evans <dje@gnu.org>
Tue, 30 Apr 1996 20:52:18 +0000 (20:52 +0000)
committerDoug Evans <dje@gnu.org>
Tue, 30 Apr 1996 20:52:18 +0000 (20:52 +0000)
From-SVN: r11906

gcc/config/arm/coff.h

index 44108ce28e592b7d8f25ef4f3b24b929eca46a0b..ebc8a8c6ca08ea0e41e6b61af7409d9ece79202c 100644 (file)
@@ -60,6 +60,9 @@ arm_valid_machine_decl_attribute (DECL, ATTRIBUTES, IDENTIFIER, ARGS)
 #undef LOCAL_LABEL_PREFIX
 #define LOCAL_LABEL_PREFIX "."
 
+#undef USER_LABEL_PREFIX
+#define USER_LABEL_PREFIX ""
+
 /* A C statement to output assembler commands which will identify the
    object file as having been compiled with GNU CC (or another GNU
    compiler).  */