summaryrefslogtreecommitdiff
path: root/gcc/config/pyr
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-09-21 06:53:37 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-09-21 06:53:37 -0400
commit4e0c8ad2e76232d2011364f507c840b1573249f7 (patch)
tree04bfde498ac0c91dfed02321e9af06ec5aca5795 /gcc/config/pyr
parent81d77cdaa774bed5405a4ab46060103b33b7e1e6 (diff)
downloadgcc-4e0c8ad2e76232d2011364f507c840b1573249f7.tar.gz
(USER_LABEL_PREFIX): Define instead of ASM_OUTPUT_LABELREF.
From-SVN: r12750
Diffstat (limited to 'gcc/config/pyr')
-rw-r--r--gcc/config/pyr/pyr.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/config/pyr/pyr.h b/gcc/config/pyr/pyr.h
index 881956d2beb..db9d1742e23 100644
--- a/gcc/config/pyr/pyr.h
+++ b/gcc/config/pyr/pyr.h
@@ -1,6 +1,6 @@
/* Definitions of target machine parameters for GNU compiler,
for Pyramid 90x, 9000, and MIServer Series.
- Copyright (C) 1989, 1995 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1995, 1996 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -1177,10 +1177,9 @@ extern int swap_operands;
#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. */
+/* 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. */