From 47af05dfec27933a860846f0c72fa89940ae0433 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 13 Apr 2011 08:56:12 +0200 Subject: [PATCH] backport: gcov-io.c: Use GCC Runtime Library Exception. Backported from mainline 2011-04-06 Joseph Myers * gcov-io.c: Use GCC Runtime Library Exception. From-SVN: r172361 --- gcc/ChangeLog | 7 +++++++ gcc/gcov-io.c | 9 +++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e41103c41a10..d8a770be2536 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2011-04-13 Jakub Jelinek + + Backported from mainline + 2011-04-06 Joseph Myers + + * gcov-io.c: Use GCC Runtime Library Exception. + 2011-04-07 Jakub Jelinek Backported from mainline diff --git a/gcc/gcov-io.c b/gcc/gcov-io.c index 98a9287debd1..ec568e43cbc9 100644 --- a/gcc/gcov-io.c +++ b/gcc/gcov-io.c @@ -16,8 +16,13 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -You should have received a copy of the GNU General Public License -along with GCC; see the file COPYING3. If not see +Under Section 7 of GPL version 3, you are granted additional +permissions described in the GCC Runtime Library Exception, version +3.1, as published by the Free Software Foundation. + +You should have received a copy of the GNU General Public License and +a copy of the GCC Runtime Library Exception along with this program; +see the files COPYING3 and COPYING.RUNTIME respectively. If not, see . */ /* Routines declared in gcov-io.h. This file should be #included by -- 2.47.2