aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/gty.texi
diff options
context:
space:
mode:
authorTobias Burnus <burnus@gcc.gnu.org>2013-03-01 20:01:57 +0100
committerTobias Burnus <burnus@gcc.gnu.org>2013-03-01 20:01:57 +0100
commit40bf31ed08918ac239b82fb82c3c78d3e6189691 (patch)
treee601231903d80822c94718db17045d0e38cc21cb /gcc/doc/gty.texi
parent2b62c97f038337ffd7522bca3eef22a346ca5306 (diff)
downloadgcc-40bf31ed08918ac239b82fb82c3c78d3e6189691.zip
gcc-40bf31ed08918ac239b82fb82c3c78d3e6189691.tar.gz
gcc-40bf31ed08918ac239b82fb82c3c78d3e6189691.tar.bz2
extended.texi (C Extensions): Change order in @menu to match @node.
gcc/ 2013-03-01 Tobias Burnus <burnus@net-b.de> * doc/extended.texi (C Extensions): Change order in @menu to match @node. (Other MIPS Built-in Functions): Move last MIPS entry before "picoChip Built-in Functions". (SH Built-in Functions): Move after RX Built-in Functions. * doc/gcc.texi (Introduction): Change order in @menu to match @node. * doc/md.texi (Constraints): Ditto. * gty.texi (Type Information): Ditto. (User-provided marking routines for template types): Make subsection. * doc/invoke.texi (AArch64 Options): Move before "Adapteva Epiphany Options". libiberty/ 2013-03-01 Andreas Schwab <schwab@linux-m68k.org> * obstacks.texi (Obstacks): Trim @node to only contain the node name. * libiberty.texi (Obstacks): Lower section. From-SVN: r196388
Diffstat (limited to 'gcc/doc/gty.texi')
-rw-r--r--gcc/doc/gty.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/gty.texi b/gcc/doc/gty.texi
index a752178..82e8e4f 100644
--- a/gcc/doc/gty.texi
+++ b/gcc/doc/gty.texi
@@ -87,8 +87,8 @@ data members.
@menu
* GTY Options:: What goes inside a @code{GTY(())}.
-* GGC Roots:: Making global variables GGC roots.
* User GC:: Adding user-provided GC marking routines.
+* GGC Roots:: Making global variables GGC roots.
* Files:: How the generated files work.
* Invoking the garbage collector:: How to invoke the garbage collector.
* Troubleshooting:: When something does not work as expected.
@@ -515,7 +515,7 @@ Note that the rules for the pointer walker @code{gt_pch_nx (my_struct
case, the operation @code{op} must be applied to the @emph{address} of
every pointer field.
-@section User-provided marking routines for template types
+@subsection User-provided marking routines for template types
When a template type @code{TP} is marked with @code{GTY}, all
instances of that type are considered user-provided types. This means
that the individual instances of @code{TP} do not need to be marked