diff --git a/README.md b/README.md index 6f234d2..b209b0c 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,6 @@ GCC compiler for AmigaOS/m68k **Note:** *Patches are welcome!* -### Documentation - -Texinfo documents converted into HTML: - - * [libnix](http://cahirwpz.users.sourceforge.net/libnix/index.html) - ### Downloads There are no downloads provided for the time being. I do as much as possible to make the toolchain portable among Un\*x-like environments. Following platforms were tested and the toolchain is known to work for them: @@ -38,6 +32,17 @@ There are no downloads provided for the time being. I do as much as possible to * Ubuntu 12.04 LTS 64-bit (gcc 4.6.3) *requires gcc-multilib* * MacOS X 10.7.5 (MacPorts - gcc 4.7.3) +### Documentation + +Documentation from Free Software Fundation: + * [gcc 2.95.3](http://gcc.gnu.org/onlinedocs/gcc-2.95.3/gcc.html) + * [gcc 3.4.6](http://gcc.gnu.org/onlinedocs/gcc-3.4.6/gcc/) + * [binutils](http://sourceware.org/binutils/docs/) + +Texinfo documents from GeekGadgets converted into HTML: + + * [libnix - a static library for GCC on the amiga](http://cahirwpz.users.sourceforge.net/libnix/index.html) + * [AmigaOS-only features of GCC](http://cahirwpz.users.sourceforge.net/gcc-amigaos/index.html) ### Compiling diff --git a/patches/gcc-2.95.3/gcc/gcc-amigaos.texi b/patches/gcc-2.95.3/gcc/gcc-amigaos.texi index 131c1c9..f428233 100644 --- a/patches/gcc-2.95.3/gcc/gcc-amigaos.texi +++ b/patches/gcc-2.95.3/gcc/gcc-amigaos.texi @@ -1,9 +1,8 @@ -\input texinfo.tex @c -*-texinfo-*- -@c %**start of header +\input texinfo.tex @setfilename gcc-amigaos.info @settitle AmigaOS-only features of GCC @set lastupdate Oct 25th, 1997 -@c %**end of header +@setchapternewpage odd @ifinfo This document describes implemenation specific features of the GNU CC @@ -22,16 +21,15 @@ preserved on all copies. @subtitle Description of the AmigaOS-only features of GCC @subtitle @value{lastupdate} @author Kamil Iskra -@page @end titlepage -@ifinfo -@node Top, Introduction, (dir), (dir) +@contents + +@node Top This document describes the AmigaOS-only features of the @samp{GNU CC} compiler. Last updated @value{lastupdate}. -@end ifinfo @menu * Introduction:: Purpose of this document. @@ -40,8 +38,6 @@ Last updated @value{lastupdate}. * Attributes:: Variable and function attributes. * Defines:: Preprocessor symbols. * Miscellaneous:: Uncategorizable. - -* Index:: Concept index. @end menu @node Introduction, Invocation, Top, Top @@ -207,7 +203,7 @@ AmigaOS-specific development. option. It has absolutely no effect on the code generated by the compiler, only instructing the @samp{gcc} driver to pass different options to the linker and preprocessor (@pxref{Options information}, -@xref{Library flavors}). +@pxref{Library flavors}). This option has no negative form. @end quotation @@ -1012,7 +1008,7 @@ void __saveds func(void); This will be fixed in @samp{GCC} 2.8.0. @end quotation -@node Miscellaneous, Index, Defines, Top +@node Miscellaneous, , Defines, Top @chapter Miscellaneous @cindex Miscellaneous @cindex Uncategorizable @@ -1134,10 +1130,4 @@ More than one flavor can be specified simultaneously. For example, when both @ref{-fbaserel} and @samp{-m68020} are specified, the libraries will be searched in @file{libb/libm020} subdirectory (as well as in @file{libb} subdirectory and in the standard location). - -@node Index, , Miscellaneous, Top -@chapter Index -@printindex cp - -@contents @bye