summaryrefslogtreecommitdiff
path: root/gcc/config/romp/romp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/romp/romp.h')
-rw-r--r--gcc/config/romp/romp.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/config/romp/romp.h b/gcc/config/romp/romp.h
index 9fc6a4bfd02..be12d367fbb 100644
--- a/gcc/config/romp/romp.h
+++ b/gcc/config/romp/romp.h
@@ -1419,11 +1419,9 @@ extern int romp_debugger_arg_correction();
#define ASM_GLOBALIZE_LABEL(FILE,NAME) \
do { fputs ("\t.globl ", FILE); assemble_name (FILE, NAME); fputs ("\n", FILE);} while (0)
-/* This is how to output a reference to a user-level label named NAME.
- `assemble_name' uses this. */
+/* The prefix to add to user-visible assembler symbols. */
-#define ASM_OUTPUT_LABELREF(FILE,NAME) \
- fprintf (FILE, "_%s", NAME)
+#define USER_LABEL_PREFIX "_"
/* This is how to output an internal numbered label where
PREFIX is the class of label and NUM is the number within the class. */