aboutsummaryrefslogtreecommitdiff
path: root/gcc/varasm.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-08-06 22:32:14 -0700
committerRichard Henderson <rth@gcc.gnu.org>2001-08-06 22:32:14 -0700
commit2d2e44d2505521c02bfcdb376df058bf66f0a352 (patch)
treef25798bdc365356fdb1e8bcac67b28ae289a54d7 /gcc/varasm.c
parentfe413112f857555f2036540c438e605cb6fef28c (diff)
downloadgcc-2d2e44d2505521c02bfcdb376df058bf66f0a352.zip
gcc-2d2e44d2505521c02bfcdb376df058bf66f0a352.tar.gz
gcc-2d2e44d2505521c02bfcdb376df058bf66f0a352.tar.bz2
varasm.c (assemble_gc_entry): Remove.
* varasm.c (assemble_gc_entry): Remove. * output.h: Likewise. From-SVN: r44680
Diffstat (limited to 'gcc/varasm.c')
-rw-r--r--gcc/varasm.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c
index b7335d3..d031bd1 100644
--- a/gcc/varasm.c
+++ b/gcc/varasm.c
@@ -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
-}
/* CONSTANT_POOL_BEFORE_FUNCTION may be defined as an expression with
a non-zero value if the constant pool should be output before the