aboutsummaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorRichard Sandiford <richard@codesourcery.com>2005-12-10 00:22:11 +0000
committerRichard Sandiford <richard@codesourcery.com>2005-12-10 00:22:11 +0000
commit974ebb686bf7a061c488a7231fc6887cb65988b1 (patch)
treecea5285063abb408a364b1d36c60e165b2e9fc15 /gcc/output.h
parent79f5e4710d30855c6272bfed25d5d0b3e237812c (diff)
* output.h (init_section, fini_section): Delete.
* varasm.c (init_section, fini_section): Delete. (init_varasm_once): Don't initialize them. * doc/tm.texi (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Say that there are no corresponding varasm.c variables. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@108338 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/output.h b/gcc/output.h
index 5ea0faaf8ae..c61edce4b56 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -495,8 +495,6 @@ extern GTY(()) section *ctors_section;
extern GTY(()) section *dtors_section;
extern GTY(()) section *bss_section;
extern GTY(()) section *sbss_section;
-extern GTY(()) section *init_section;
-extern GTY(()) section *fini_section;
extern GTY(()) section *exception_section;
extern GTY(()) section *eh_frame_section;