From 0fe7abcc1ec575e19311f05dbdd650a95be27e23 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 13 Jan 2004 10:51:39 +0000 Subject: system.h (TEXT_SECTION): Poison. * system.h (TEXT_SECTION): Poison. * varasm.c (text_section): Don't use TEXT_SECTION. * config/sh/sh.c (sh_file_start): Fix a comment typo. * doc/tm.texi (TEXT_SECTION): Remove. From-SVN: r75797 --- gcc/doc/tm.texi | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gcc/doc/tm.texi') diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index fa0e189..ea6741d 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -5736,13 +5736,6 @@ assembler operation that should precede instructions and read-only data. Normally @code{"\t.text"} is right. @end defmac -@defmac TEXT_SECTION -A C statement that switches to the default section containing instructions. -Normally this is not needed, as simply defining @code{TEXT_SECTION_ASM_OP} -is enough. The MIPS port uses this to sort all functions after all data -declarations. -@end defmac - @defmac HOT_TEXT_SECTION_NAME If defined, a C string constant for the name of the section containing most frequently executed functions of the program. If not defined, GCC will provide -- cgit v1.1