diff options
author | Joseph Myers <jsm@polyomino.org.uk> | 2004-02-16 17:17:03 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2004-02-16 17:17:03 +0000 |
commit | 0acdc221d14ff935a8b1c5cbca694c5a34d36c33 (patch) | |
tree | f8be67403e1513587b368c87d8dd12e544c516ca | |
parent | b7e64db2a475a13f90219c36d4c9c3d846f60b1c (diff) | |
download | gcc-0acdc221d14ff935a8b1c5cbca694c5a34d36c33.zip gcc-0acdc221d14ff935a8b1c5cbca694c5a34d36c33.tar.gz gcc-0acdc221d14ff935a8b1c5cbca694c5a34d36c33.tar.bz2 |
* doc/sourcebuild.texi: Mention backends.html.
From-SVN: r77898
-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 |