diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-21 16:51:05 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-21 16:51:05 +0000 |
commit | ecf4b7b8e899c906458fb35997f7989f6d609921 (patch) | |
tree | fa3b205b91fd0f259237cf7659c819e2a6ebc31d | |
parent | f6609e7b97de9cb62f81295171bd543cae2bd0df (diff) | |
download | gcc-ecf4b7b8e899c906458fb35997f7989f6d609921.tar.gz |
* doc/sourcebuild.texi: Mention snapshot-README and
snapshot-index.html as needing updating for new front ends.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53690 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 65cb0ebdc45..19d2fe73ee4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-05-21 Joseph S. Myers <jsm28@cam.ac.uk> + + * doc/sourcebuild.texi: Mention snapshot-README and + snapshot-index.html as needing updating for new front ends. + 2002-05-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * rtl.h (SUBREG_PROMOTED_UNSIGNED_SET): Avoid warnings when diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 9a14e446da9..26fd5e4c0cd 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -492,6 +492,9 @@ inclusion in GCC, should be made available on the GCC FTP site @item The release and snapshot script @file{maintainer-scripts/gcc_release} should be updated to generate appropriate tarballs for this front end. +The associated @file{maintainer-scripts/snapshot-README} and +@file{maintainer-scripts/snapshot-index.html} files should be updated +to list the tarballs and diffs for this front end. @item If this front end includes its own version files that include the current date, @file{maintainer-scripts/update_version} should be |