Commit ae3e1bb4 by Richard Kenner

(ASM_OUTPUT_LABELREF): Delete.

From-SVN: r12755
parent ecebc13d
/* Definitions of target machine for GNU compiler, for ARM with a.out /* Definitions of target machine for GNU compiler, for ARM with a.out
Copyright (C) 1995, 1996 Free Software Foundation, Inc. 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. This file is part of GNU CC.
...@@ -126,10 +126,6 @@ do { \ ...@@ -126,10 +126,6 @@ do { \
assemble_name (STREAM, NAME), \ assemble_name (STREAM, NAME), \
fputc ('\n',STREAM)) \ 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. */ /* Make an internal label into a string. */
#define ASM_GENERATE_INTERNAL_LABEL(STRING, PREFIX, NUM) \ #define ASM_GENERATE_INTERNAL_LABEL(STRING, PREFIX, NUM) \
sprintf (STRING, "*%s%s%d", LOCAL_LABEL_PREFIX, PREFIX, NUM) sprintf (STRING, "*%s%s%d", LOCAL_LABEL_PREFIX, PREFIX, NUM)
......
/* Definitions of target machine for GNU compiler. MIPS version. /* 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. 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. This file is part of GNU CC.
...@@ -3543,12 +3543,6 @@ while (0) ...@@ -3543,12 +3543,6 @@ while (0)
HALF_PIC_DECLARE (NAME); \ 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 /* This is how to output an internal numbered label where
PREFIX is the class of label and NUM is the number within the class. */ PREFIX is the class of label and NUM is the number within the class. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment