diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-05-02 12:38:31 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-05-02 12:38:31 +0000 |
commit | 01699092432094ec918430cb075c16d4e158456e (patch) | |
tree | e84c747a9d4f8008d3f01f04ef8fd7a3c1c0e310 | |
parent | ef65f502c2b914c6e28124d11e849bf5c4043a02 (diff) | |
download | gcc-01699092432094ec918430cb075c16d4e158456e.tar.gz |
* gennews (files): Add files for GCC 7.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-7-branch@247492 138bc75d-0d04-0410-961f-82ee72b054a4
-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 dfe58892f1b..ab17963e9ef 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2017-05-02 Jakub Jelinek <jakub@redhat.com> + + * gennews (files): Add files for GCC 7. + 2017-04-11 Damian Rouson <damian@sourceryinstitute.org> * download_prerequisites (md5_check): New function emulates Linux diff --git a/contrib/gennews b/contrib/gennews index 731b51730c1..13abc2ae513 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-2016 Free Software Foundation, Inc. +# Copyright (C) 2000-2017 Free Software Foundation, Inc. # This file is part of GCC. # # GCC is free software; you can redistribute it and/or modify @@ -23,6 +23,7 @@ website=http://gcc.gnu.org/ files=" + gcc-7/index.html gcc-7/changes.html gcc-6/index.html gcc-6/changes.html gcc-5/index.html gcc-5/changes.html gcc-4.9/index.html gcc-4.9/changes.html |