diff options
author | Richard Henderson <rth@redhat.com> | 2001-08-06 22:32:14 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-08-06 22:32:14 -0700 |
commit | 2d2e44d2505521c02bfcdb376df058bf66f0a352 (patch) | |
tree | f25798bdc365356fdb1e8bcac67b28ae289a54d7 /gcc/output.h | |
parent | fe413112f857555f2036540c438e605cb6fef28c (diff) | |
download | gcc-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.h | 4 |
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)); |