aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-01-13 10:51:39 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-01-13 10:51:39 +0000
commit0fe7abcc1ec575e19311f05dbdd650a95be27e23 (patch)
tree9be81a1c7333bfbec4fb3603f2f641dbbc0a711c /gcc/doc
parentb85ea57f63da4cfd0a5705ea7b0682b22b58d1d5 (diff)
downloadgcc-0fe7abcc1ec575e19311f05dbdd650a95be27e23.zip
gcc-0fe7abcc1ec575e19311f05dbdd650a95be27e23.tar.gz
gcc-0fe7abcc1ec575e19311f05dbdd650a95be27e23.tar.bz2
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
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tm.texi7
1 files changed, 0 insertions, 7 deletions
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