OSDN Git Service

* ns32k.c (ns32k_globalize_label): Delete.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Aug 2002 17:35:23 +0000 (17:35 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Aug 2002 17:35:23 +0000 (17:35 +0000)
* ns32k.h (ASM_OUTPUT_LABEL, TARGET_ASM_GLOBALIZE_LABEL): Delete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56543 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/ns32k/ns32k.c
gcc/config/ns32k/ns32k.h

index ac7f67c..0e6c87b 100644 (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
index ee419a0..5c5252c 100644 (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
 \f
 /* 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
index 7bc02d4..7b12d1a 100644 (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.  */