* doc/tm.texi (Sections): Document TEXT_SECTION.
authorRichard Henderson <rth@redhat.com>
Fri, 17 Aug 2001 19:07:46 +0000 (12:07 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 17 Aug 2001 19:07:46 +0000 (12:07 -0700)
From-SVN: r44974

gcc/ChangeLog
gcc/doc/tm.texi

index c7c7cf4ea965f21eef0bd2fc0acfc62fb59eed10..b7e6e7f7e768a34e7f6b555d0a20520634b68ca7 100644 (file)
@@ -18,6 +18,8 @@
        (mips_output_function_epilogue): Likewise.  Switch back to data
        section after emitting the function.
 
+       * doc/tm.texi (Sections): Document TEXT_SECTION.
+
 2001-08-17  Richard Henderson  <rth@redhat.com>
 
        * dwarf2out.c (dwarf2out_init): Don't emit .debug_loc label here.
index 538888b16d496927d882913661be7b0ef6aecdaa..7a64bcdb4bafc9afe4daecbe787eaaf978055419 100644 (file)
@@ -5483,6 +5483,13 @@ A C expression whose value is a string, including spacing, containing the
 assembler operation that should precede instructions and read-only data.
 Normally @code{"\t.text"} is right.
 
+@findex TEXT_SECTION
+@item 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.
+
 @findex DATA_SECTION_ASM_OP
 @item DATA_SECTION_ASM_OP
 A C expression whose value is a string, including spacing, containing the