aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2017-05-02 14:37:31 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2017-05-02 14:37:31 +0200
commit03dc1f5f90a13c84967f8c2e684b076983f11d55 (patch)
treed92d4f3553e3d80423fb7b5bafe60f493a10c818
parente7c54c8ecb1c2a97009cb003978fd128c837494a (diff)
downloadgcc-03dc1f5f90a13c84967f8c2e684b076983f11d55.zip
gcc-03dc1f5f90a13c84967f8c2e684b076983f11d55.tar.gz
gcc-03dc1f5f90a13c84967f8c2e684b076983f11d55.tar.bz2
* gennews (files): Add files for GCC 7.
From-SVN: r247491
-rw-r--r--contrib/ChangeLog4
-rwxr-xr-xcontrib/gennews3
2 files changed, 6 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index fce9749..655e7fb 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-26 Tom de Vries <tom@codesourcery.com>
* gen_autofdo_event.py: Fix comment.
diff --git a/contrib/gennews b/contrib/gennews
index 731b517..13abc2a 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