From 5baa7f6f709fb3a7da9497a65edbe33bbc7498a0 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Fri, 14 Sep 2007 17:31:38 +0000 Subject: [PATCH] sdemtk.opt: Update to GPLv3. gcc/ * config/mips/sdemtk.opt: Update to GPLv3. * config/mips/sdemtk.h: Likewise. From-SVN: r128499 --- gcc/ChangeLog | 5 +++++ gcc/config/mips/sdemtk.h | 7 +++---- gcc/config/mips/sdemtk.opt | 7 +++---- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5c53e4cebc0..224b4587987 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-09-14 Richard Sandiford + + * config/mips/sdemtk.opt: Update to GPLv3. + * config/mips/sdemtk.h: Likewise. + 2007-09-14 Nigel Stephens * config.gcc (mips*-*-linux*): Recognise mipsisa32r2 and set diff --git a/gcc/config/mips/sdemtk.h b/gcc/config/mips/sdemtk.h index 9d20b471902..a73e7d2d7b3 100644 --- a/gcc/config/mips/sdemtk.h +++ b/gcc/config/mips/sdemtk.h @@ -7,7 +7,7 @@ This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) +the Free Software Foundation; either version 3, or (at your option) any later version. GCC is distributed in the hope that it will be useful, @@ -16,9 +16,8 @@ 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 COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ +along with GCC; see the file COPYING3. If not see +. */ #define TARGET_OS_CPP_BUILTINS() \ do \ diff --git a/gcc/config/mips/sdemtk.opt b/gcc/config/mips/sdemtk.opt index 1f7531bed91..c1d2949cd8e 100644 --- a/gcc/config/mips/sdemtk.opt +++ b/gcc/config/mips/sdemtk.opt @@ -6,7 +6,7 @@ ; ; GCC is free software; you can redistribute it and/or modify it under ; the terms of the GNU General Public License as published by the Free -; Software Foundation; either version 2, or (at your option) any later +; Software Foundation; either version 3, or (at your option) any later ; version. ; ; GCC is distributed in the hope that it will be useful, but WITHOUT @@ -15,9 +15,8 @@ ; License for more details. ; ; You should have received a copy of the GNU General Public License -; along with GCC; see the file COPYING. If not, write to the Free -; Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA -; 02110-1301, USA. +; along with GCC; see the file COPYING3. If not see +; . mno-float Target Report RejectNegative Var(TARGET_NO_FLOAT) -- 2.11.4.GIT