mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-30 00:50:22 +08:00
(ASM_OUTPUT_LABELREF): Delete.
From-SVN: r12755
This commit is contained in:
parent
ecebc13d07
commit
ae3e1bb438
@ -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)
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user