diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ee34df8..c7b77dd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-02-16 Joseph S. Myers <jsm@polyomino.org.uk> + + * doc/sourcebuild.texi: Mention backends.html. + 2004-02-16 Kazu Hirata <kazu@cs.umass.edu> * c-decl.c, c-ppoutput.c, cpphash.h, cpplib.h, dbxout.c, diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index db8d5dc..2b84b53 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -771,6 +771,9 @@ following are also necessary: An entry for the target architecture in @file{readings.html} on the GCC web site, with any relevant links. @item +Details of the properties of the back end and target architecture in +@file{backends.html} on the GCC web site. +@item A news item about the contribution of support for that target architecture, in @file{index.html} on the GCC web site. @item |