From: Richard Kenner Date: Sat, 21 Sep 1996 11:10:15 +0000 (-0400) Subject: (ASM_OUTPUT_LABELREF): Delete. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae3e1bb438f77eae0b274cb5ef6e69a74969d7eb;p=gcc.git (ASM_OUTPUT_LABELREF): Delete. From-SVN: r12755 --- diff --git a/gcc/config/arm/aout.h b/gcc/config/arm/aout.h index 109bb9a8120..fbf1ea4660c 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 c683852e4ff..e2c5883cd25 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. */