diff options
author | Tobias Burnus <burnus@gcc.gnu.org> | 2013-03-01 20:01:57 +0100 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2013-03-01 20:01:57 +0100 |
commit | 40bf31ed08918ac239b82fb82c3c78d3e6189691 (patch) | |
tree | e601231903d80822c94718db17045d0e38cc21cb /gcc/doc/gcc.texi | |
parent | 2b62c97f038337ffd7522bca3eef22a346ca5306 (diff) | |
download | gcc-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/gcc.texi')
-rw-r--r-- | gcc/doc/gcc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi index 8f6f11f..02b81cf 100644 --- a/gcc/doc/gcc.texi +++ b/gcc/doc/gcc.texi @@ -132,8 +132,8 @@ Introduction, gccint, GNU Compiler Collection (GCC) Internals}. * Standards:: Language standards supported by GCC. * Invoking GCC:: Command options supported by @samp{gcc}. * C Implementation:: How GCC implements the ISO C specification. -* C Extensions:: GNU extensions to the C language family. * C++ Implementation:: How GCC implements the ISO C++ specification. +* C Extensions:: GNU extensions to the C language family. * C++ Extensions:: GNU extensions to the C++ language. * Objective-C:: GNU Objective-C runtime features. * Compatibility:: Binary Compatibility |