diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-04-06 15:06:04 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-04-06 15:06:04 +0100 |
commit | 02e698d776fc445312450043d7c8684065a26867 (patch) | |
tree | 12fa536f918737c1a57e873bd4be1c3b6b017eb1 | |
parent | 6593d123774ef4d9e43a06e37ecd32c362718b16 (diff) | |
download | gcc-02e698d776fc445312450043d7c8684065a26867.zip gcc-02e698d776fc445312450043d7c8684065a26867.tar.gz gcc-02e698d776fc445312450043d7c8684065a26867.tar.bz2 |
* gennews (files): Add files for GCC 4.5.
From-SVN: r157998
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/gennews | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 383f164..ea62ec4 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2010-04-06 Joseph Myers <joseph@codesourcery.com> + + * gennews (files): Add files for GCC 4.5. + 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com> Fix *.log tests output containing "===". diff --git a/contrib/gennews b/contrib/gennews index c64cd4a..30594f0 100755 --- a/contrib/gennews +++ b/contrib/gennews @@ -3,7 +3,7 @@ # Script to generate the NEWS file from online release notes. # Contributed by Joseph Myers <jsm28@cam.ac.uk>. # -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009 +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010 # Free Software Foundation, Inc. # This file is part of GCC. # @@ -24,6 +24,7 @@ website=http://gcc.gnu.org/ files=" + gcc-4.5/index.html gcc-4.5/changes.html gcc-4.4/index.html gcc-4.4/changes.html gcc-4.3/index.html gcc-4.3/changes.html gcc-4.2/index.html gcc-4.2/changes.html |