aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/ns32k
diff options
context:
space:
mode:
authorKaveh Ghazi <ghazi@caip.rutgers.edu>2002-08-23 17:35:23 +0000
committerKaveh Ghazi <ghazi@caip.rutgers.edu>2002-08-23 17:35:23 +0000
commit380bfaddab5ded50bf5504071cae420e9479f26a (patch)
treecfcd1ee88c0af54521b63496e10c9fb56080289c /gcc/config/ns32k
parentabfde77be1d524b699e436519b0d33f489a05916 (diff)
* ns32k.c (ns32k_globalize_label): Delete.
* ns32k.h (ASM_OUTPUT_LABEL, TARGET_ASM_GLOBALIZE_LABEL): Delete. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@56543 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ns32k')
-rw-r--r--gcc/config/ns32k/ns32k.c13
-rw-r--r--gcc/config/ns32k/ns32k.h11
2 files changed, 0 insertions, 24 deletions
diff --git a/gcc/config/ns32k/ns32k.c b/gcc/config/ns32k/ns32k.c
index ee419a07885..5c5252cbf02 100644
--- a/gcc/config/ns32k/ns32k.c
+++ b/gcc/config/ns32k/ns32k.c
@@ -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
diff --git a/gcc/config/ns32k/ns32k.h b/gcc/config/ns32k/ns32k.h
index 7bc02d4ed9d..7b12d1aa8a5 100644
--- a/gcc/config/ns32k/ns32k.h
+++ b/gcc/config/ns32k/ns32k.h
@@ -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. */