]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
varasm.c (assemble_gc_entry): Remove.
authorRichard Henderson <rth@redhat.com>
Tue, 7 Aug 2001 05:32:14 +0000 (22:32 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 7 Aug 2001 05:32:14 +0000 (22:32 -0700)
        * varasm.c (assemble_gc_entry): Remove.
        * output.h: Likewise.

From-SVN: r44680

gcc/ChangeLog
gcc/output.h
gcc/varasm.c

index 1e18e1e5156e338078329b9994df4de72daafe18..7c66b670f565863212a99d0ba9652fb462c0fe4d 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-06  Richard Henderson  <rth@redhat.com>
+
+       * varasm.c (assemble_gc_entry): Remove.
+       * output.h: Likewise.
+
 2001-08-06  Richard Henderson  <rth@redhat.com>
 
        * varasm.c (assemble_constructor): Take a symbol_ref and a
index 574d6f654b2ccca483820978d5e45abe1a8c0514..1b4601eff0cba30f2f84b7dd5588cce9ad08daac 100644 (file)
@@ -266,10 +266,6 @@ extern void assemble_destructor            PARAMS ((rtx, int));
 extern void assemble_constructor       PARAMS ((rtx, int));
 #endif
 
-/* Likewise for entries we want to record for garbage collection.
-   Garbage collection is still under development.  */
-extern void assemble_gc_entry          PARAMS ((const char *));
-
 /* Assemble code to leave SIZE bytes of zeros.  */
 extern void assemble_zeros             PARAMS ((int));
 
index b7335d3b04588c7a2947978e1fc6de40502f22ba..d031bd11124d486ed514870b41d016ed816957cc 100644 (file)
@@ -895,26 +895,6 @@ assemble_constructor (symbol, priority)
     }
 #endif
 }
-
-/* Likewise for entries we want to record for garbage collection.
-   Garbage collection is still under development.  */
-
-void
-assemble_gc_entry (name)
-     const char *name;
-{
-#ifdef ASM_OUTPUT_GC_ENTRY
-  ASM_OUTPUT_GC_ENTRY (asm_out_file, name);
-#else
-  if (flag_gnu_linker)
-    {
-      /* Now tell GNU LD that this is part of the static constructor set.  */
-      fprintf (asm_out_file, "%s\"___PTR_LIST__\",22,0,0,", ASM_STABS_OP);
-      assemble_name (asm_out_file, name);
-      fputc ('\n', asm_out_file);
-    }
-#endif
-}
 \f
 /* CONSTANT_POOL_BEFORE_FUNCTION may be defined as an expression with
    a non-zero value if the constant pool should be output before the