aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2002-08-23 17:35:23 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2002-08-23 17:35:23 +0000
commitda57d233f914080596e109a21f4ba1a3488736dd (patch)
treecfcd1ee88c0af54521b63496e10c9fb56080289c
parent6dc5fdfd5f20d7335f814c2677d76d45b8dcb5ab (diff)
downloadgcc-da57d233f914080596e109a21f4ba1a3488736dd.zip
gcc-da57d233f914080596e109a21f4ba1a3488736dd.tar.gz
gcc-da57d233f914080596e109a21f4ba1a3488736dd.tar.bz2
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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/ns32k/ns32k.c13
-rw-r--r--gcc/config/ns32k/ns32k.h11
3 files changed, 5 insertions, 24 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ac7f67c..0e6c87b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/ns32k/ns32k.c b/gcc/config/ns32k/ns32k.c
index ee419a0..5c5252c 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 7bc02d4..7b12d1a 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. */