aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-09-21 07:10:15 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-09-21 07:10:15 -0400
commitae3e1bb438f77eae0b274cb5ef6e69a74969d7eb (patch)
tree47b3b54e941f3a0eabe4a322579a0a940f08b552
parentecebc13d07e99b4405f004bb7323b0faaf5e3bb9 (diff)
downloadgcc-ae3e1bb438f77eae0b274cb5ef6e69a74969d7eb.zip
gcc-ae3e1bb438f77eae0b274cb5ef6e69a74969d7eb.tar.gz
gcc-ae3e1bb438f77eae0b274cb5ef6e69a74969d7eb.tar.bz2
(ASM_OUTPUT_LABELREF): Delete.
From-SVN: r12755
-rw-r--r--gcc/config/arm/aout.h6
-rw-r--r--gcc/config/mips/mips.h14
2 files changed, 5 insertions, 15 deletions
diff --git a/gcc/config/arm/aout.h b/gcc/config/arm/aout.h
index 109bb9a..fbf1ea4 100644
--- a/gcc/config/arm/aout.h
+++ b/gcc/config/arm/aout.h
@@ -1,6 +1,6 @@
/* Definitions of target machine for GNU compiler, for ARM with a.out
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
- Contributed by Richard Earnshaw (rearnsha@armltd.co.uk)
+ Contributed by Richard Earnshaw (rearnsha@armltd.co.uk).
This file is part of GNU CC.
@@ -126,10 +126,6 @@ do { \
assemble_name (STREAM, NAME), \
fputc ('\n',STREAM)) \
-/* Output a reference to a label. */
-#define ASM_OUTPUT_LABELREF(STREAM,NAME) \
- fprintf (STREAM, "%s%s", USER_LABEL_PREFIX, NAME)
-
/* Make an internal label into a string. */
#define ASM_GENERATE_INTERNAL_LABEL(STRING, PREFIX, NUM) \
sprintf (STRING, "*%s%s%d", LOCAL_LABEL_PREFIX, PREFIX, NUM)
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index c683852..e2c5883 100644
--- a/gcc/config/mips/mips.h
+++ b/gcc/config/mips/mips.h
@@ -1,9 +1,9 @@
/* Definitions of target machine for GNU compiler. MIPS version.
- Contributed by A. Lichnewsky, lich@inria.inria.fr
- Changed by Michael Meissner, meissner@osf.org
- 64 bit r4000 support by Ian Lance Taylor, ian@cygnus.com, and
- Brendan Eich, brendan@microunity.com.
Copyright (C) 1989, 90-5, 1996 Free Software Foundation, Inc.
+ Contributed by A. Lichnewsky (lich@inria.inria.fr).
+ Changed by Michael Meissner (meissner@osf.org).
+ 64 bit r4000 support by Ian Lance Taylor (ian@cygnus.com) and
+ Brendan Eich (brendan@microunity.com).
This file is part of GNU CC.
@@ -3543,12 +3543,6 @@ while (0)
HALF_PIC_DECLARE (NAME); \
}
-/* This is how to output a reference to a user-level label named NAME.
- `assemble_name' uses this. */
-
-#define ASM_OUTPUT_LABELREF(STREAM,NAME) \
- fprintf (STREAM, "%s%s", USER_LABEL_PREFIX, NAME)
-
/* This is how to output an internal numbered label where
PREFIX is the class of label and NUM is the number within the class. */