mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 01:00:56 +08:00
* gcov-io.c: Use GCC Runtime Library Exception.
From-SVN: r172053
This commit is contained in:
parent
db0adf8230
commit
ad01c4370f
@ -1,3 +1,7 @@
|
||||
2011-04-06 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* gcov-io.c: Use GCC Runtime Library Exception.
|
||||
|
||||
2011-04-06 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR debug/48466
|
||||
|
@ -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
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
/* Routines declared in gcov-io.h. This file should be #included by
|
||||
|
Loading…
x
Reference in New Issue
Block a user