From: Joseph Myers Date: Wed, 6 Apr 2011 16:06:32 +0000 (+0100) Subject: * gcov-io.c: Use GCC Runtime Library Exception. X-Git-Tag: releases/gcc-4.5.3~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baf486c0d7ac2174dea41c96550c9ac87d71fa63;p=thirdparty%2Fgcc.git * gcov-io.c: Use GCC Runtime Library Exception. From-SVN: r172055 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 682ae230cc11..60c7ad8d947c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-04-06 Joseph Myers + + * gcov-io.c: Use GCC Runtime Library Exception. + 2011-03-30 H.J. Lu Backport from mainline diff --git a/gcc/gcov-io.c b/gcc/gcov-io.c index 6d371cdcddf2..37c1c3e35084 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