OSDN Git Service

(ASM_OUTPUT_LABELREF): Delete.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 21 Sep 1996 11:10:15 +0000 (11:10 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 21 Sep 1996 11:10:15 +0000 (11:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12755 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/arm/aout.h
gcc/config/mips/mips.h

index 109bb9a..fbf1ea4 100644 (file)
@@ -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)
index c683852..e2c5883 100644 (file)
@@ -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.  */