aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/spur/spur.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/spur/spur.h')
-rw-r--r--gcc/config/spur/spur.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/gcc/config/spur/spur.h b/gcc/config/spur/spur.h
index 75ddd4b..51e1add 100644
--- a/gcc/config/spur/spur.h
+++ b/gcc/config/spur/spur.h
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler, for SPUR chip.
- Copyright (C) 1988, 1995 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1995, 1996 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -873,11 +873,9 @@ extern int current_function_pretend_args_size;
#define ASM_GLOBALIZE_LABEL(FILE,NAME) \
do { fputs (".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. */