aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/we32k
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>1996-09-21 10:53:37 +0000
committerRichard Kenner <kenner@vlsi1.ultra.nyu.edu>1996-09-21 10:53:37 +0000
commit84d5086d682ae351ef3bd6dc0d63ec06fd73e2df (patch)
tree04bfde498ac0c91dfed02321e9af06ec5aca5795 /gcc/config/we32k
parentad2690e2708b29b1efd3eff126a91c1edb51e92c (diff)
(USER_LABEL_PREFIX): Define instead of ASM_OUTPUT_LABELREF.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@12750 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/we32k')
-rw-r--r--gcc/config/we32k/we32k.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/gcc/config/we32k/we32k.h b/gcc/config/we32k/we32k.h
index bf1364a697c..460fc3d2820 100644
--- a/gcc/config/we32k/we32k.h
+++ b/gcc/config/we32k/we32k.h
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler. AT&T we32000 version.
- Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
+ Copyright (C) 1991, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
Contributed by John Wehle (john@feith1.uucp)
This file is part of GNU CC.
@@ -770,11 +770,9 @@ enum reg_class { NO_REGS, GENERAL_REGS,
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. */