diff options
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/gcc.texi | 2 | ||||
-rw-r--r-- | gcc/doc/gccint.texi | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ca4934e..053a6e6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2017-03-13 Gerald Pfeifer <gerald@pfeifer.com> + * doc/gcc.texi: Remove "up" link to (DIR). + * doc/gccint.texi: Ditto. + +2017-03-13 Gerald Pfeifer <gerald@pfeifer.com> + * doc/install.texi (Specific) <avr>: Remove reference to binutils 2.13. diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi index d8e72f1..c975288 100644 --- a/gcc/doc/gcc.texi +++ b/gcc/doc/gcc.texi @@ -112,7 +112,7 @@ Printed copies are available for $45 each. @contents @page -@node Top, G++ and GCC,, (DIR) +@node Top, G++ and GCC @top Introduction @cindex introduction diff --git a/gcc/doc/gccint.texi b/gcc/doc/gccint.texi index 00ae650..817ed80 100644 --- a/gcc/doc/gccint.texi +++ b/gcc/doc/gccint.texi @@ -70,7 +70,7 @@ This file documents the internals of the GNU compilers. @contents @page -@node Top, Contributing,, (DIR) +@node Top, Contributing @top Introduction @cindex introduction |