aboutsummaryrefslogtreecommitdiff
path: root/gcc/output.h
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/output.h
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/output.h')
-rw-r--r--gcc/output.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/output.h b/gcc/output.h
index 574d6f6..1b4601e 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -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));