ns32k.c (ns32k_globalize_label): Delete.

* ns32k.c (ns32k_globalize_label): Delete.
	* ns32k.h (ASM_OUTPUT_LABEL, TARGET_ASM_GLOBALIZE_LABEL): Delete.

From-SVN: r56543
This commit is contained in:
Kaveh R. Ghazi 2002-08-23 17:35:23 +00:00 committed by Kaveh Ghazi
parent 6dc5fdfd5f
commit da57d233f9
3 changed files with 5 additions and 24 deletions

View File

@ -1,3 +1,8 @@
2002-08-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* ns32k.c (ns32k_globalize_label): Delete.
* ns32k.h (ASM_OUTPUT_LABEL, TARGET_ASM_GLOBALIZE_LABEL): Delete.
2002-08-23 Alan Modra <amodra@bigpond.net.au>
* config/rs6000/rs6000.c (output_mi_thunk): Don't determine insns

View File

@ -70,9 +70,6 @@ const struct attribute_spec ns32k_attribute_table[];
static void ns32k_output_function_prologue PARAMS ((FILE *, HOST_WIDE_INT));
static void ns32k_output_function_epilogue PARAMS ((FILE *, HOST_WIDE_INT));
static void ns32k_encode_section_info PARAMS ((tree, int));
#ifdef COLLECT
static void ns32k_globalize_label PARAMS ((FILE *, const char *));
#endif
/* Initialize the GCC target structure. */
#undef TARGET_ATTRIBUTE_TABLE
@ -1576,13 +1573,3 @@ ns32k_encode_section_info (decl, first)
|| ! TREE_PUBLIC (decl));
}
}
#ifdef COLLECT
static void
ns32k_globalize_label (stream, name)
FILE *stream;
const char *name;
{
fprintf (stream, "\t.globl\t%s\n", name);
}
#endif

View File

@ -1309,22 +1309,11 @@ __transfer_from_trampoline () \
#define ASM_OUTPUT_REG_POP(FILE,REGNO) \
fprintf (FILE, "\tmovd tos,%s\n", reg_names[REGNO])
/* This is how to output the definition of a user-level label named NAME,
such as the label on a static function or variable NAME. */
#ifdef COLLECT
#define ASM_OUTPUT_LABEL(STREAM,NAME) fprintf ((STREAM), "%s:\n", (NAME))
#endif
/* This is how to output a command to make the user-level label named NAME
defined for reference from other files. */
#ifdef COLLECT
#define TARGET_ASM_GLOBALIZE_LABEL ns32k_globalize_label
#else
/* Globalizing directive for a label. */
#define GLOBAL_ASM_OP ".globl "
#endif
/* This is how to output an internal numbered label where
PREFIX is the class of label and NUM is the number within the class. */