From 98bfa2fb8363218653eae38c90c6097b2bc7ce6b Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Sat, 10 Dec 2005 00:22:11 +0000 Subject: output.h (init_section, [...]): Delete. * 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. From-SVN: r108338 --- gcc/doc/tm.texi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gcc/doc') diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 53f405b..64a1a22 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -5994,14 +5994,16 @@ uninitialized, writable small data. If defined, a C expression whose value is a string, including spacing, containing the assembler operation to identify the following data as initialization code. If not defined, GCC will assume such a section does -not exist. +not exist. This section has no corresponding @code{init_section} +variable; it is used entirely in runtime code. @end defmac @defmac FINI_SECTION_ASM_OP If defined, a C expression whose value is a string, including spacing, containing the assembler operation to identify the following data as finalization code. If not defined, GCC will assume such a section does -not exist. +not exist. This section has no corresponding @code{fini_section} +variable; it is used entirely in runtime code. @end defmac @defmac INIT_ARRAY_SECTION_ASM_OP -- cgit v1.1