diff options
author | James E Wilson <wilson@tuliptree.org> | 2003-06-09 12:31:12 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2003-06-09 12:31:12 -0700 |
commit | 00051260e05e8f7108c0fb5d1d30ed24f25a1829 (patch) | |
tree | 32bb07b77717ba1a72d6bd82fa6aae057749eea4 | |
parent | 94d3ea58ff99483cba839ec978f65da745b209d0 (diff) | |
download | gcc-00051260e05e8f7108c0fb5d1d30ed24f25a1829.zip gcc-00051260e05e8f7108c0fb5d1d30ed24f25a1829.tar.gz gcc-00051260e05e8f7108c0fb5d1d30ed24f25a1829.tar.bz2 |
Fix copyright problems reported by Doug Evans.
* config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
Add libgcc exception.
From-SVN: r67672
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config/frv/cmovd.c | 9 | ||||
-rw-r--r-- | gcc/config/frv/cmovh.c | 9 | ||||
-rw-r--r-- | gcc/config/frv/cmovw.c | 9 | ||||
-rw-r--r-- | gcc/config/frv/frvbegin.c | 9 | ||||
-rw-r--r-- | gcc/config/frv/frvend.c | 9 | ||||
-rw-r--r-- | gcc/config/frv/lib1funcs.asm | 9 |
7 files changed, 54 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ac969be..388cbcc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2003-06-09 James E Wilson <wilson@tuliptree.org> + + * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c, + config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm: + Add libgcc exception. + 2003-06-09 David Edelsohn <edelsohn@gnu.org> Ayal Zaks <gcchaifa@us.ibm.com> diff --git a/gcc/config/frv/cmovd.c b/gcc/config/frv/cmovd.c index 11b50ba..b452173 100644 --- a/gcc/config/frv/cmovd.c +++ b/gcc/config/frv/cmovd.c @@ -1,5 +1,5 @@ /* Move double-word library function. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2003 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GNU CC. @@ -19,6 +19,13 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* As a special exception, if you link this library with other files, + some of which are compiled with GCC, to produce an executable, + this library does not by itself cause the resulting executable + to be covered by the GNU General Public License. + This exception does not however invalidate any other reasons why + the executable file might be covered by the GNU General Public License. */ + void __cmovd (long long *dest, const long long *src, unsigned len) { diff --git a/gcc/config/frv/cmovh.c b/gcc/config/frv/cmovh.c index 018a0b4..d2a0dec 100644 --- a/gcc/config/frv/cmovh.c +++ b/gcc/config/frv/cmovh.c @@ -1,5 +1,5 @@ /* Move half-word library function. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2003 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GNU CC. @@ -19,6 +19,13 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* As a special exception, if you link this library with other files, + some of which are compiled with GCC, to produce an executable, + this library does not by itself cause the resulting executable + to be covered by the GNU General Public License. + This exception does not however invalidate any other reasons why + the executable file might be covered by the GNU General Public License. */ + void __cmovh (short *dest, const short *src, unsigned len) { diff --git a/gcc/config/frv/cmovw.c b/gcc/config/frv/cmovw.c index 5509e06..d8784e2 100644 --- a/gcc/config/frv/cmovw.c +++ b/gcc/config/frv/cmovw.c @@ -1,5 +1,5 @@ /* Move word library function. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2003 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GNU CC. @@ -19,6 +19,13 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* As a special exception, if you link this library with other files, + some of which are compiled with GCC, to produce an executable, + this library does not by itself cause the resulting executable + to be covered by the GNU General Public License. + This exception does not however invalidate any other reasons why + the executable file might be covered by the GNU General Public License. */ + void __cmovw (int *dest, const int *src, unsigned len) { diff --git a/gcc/config/frv/frvbegin.c b/gcc/config/frv/frvbegin.c index a5f5b1f..d9215ec 100644 --- a/gcc/config/frv/frvbegin.c +++ b/gcc/config/frv/frvbegin.c @@ -1,5 +1,5 @@ /* Frv initialization file linked before all user modules - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GNU CC. @@ -22,6 +22,13 @@ This file was originally taken from the file crtstuff.c in the main compiler directory, and simplified. */ +/* As a special exception, if you link this library with other files, + some of which are compiled with GCC, to produce an executable, + this library does not by itself cause the resulting executable + to be covered by the GNU General Public License. + This exception does not however invalidate any other reasons why + the executable file might be covered by the GNU General Public License. */ + #include "defaults.h" #include <stddef.h> #include "unwind-dw2-fde.h" diff --git a/gcc/config/frv/frvend.c b/gcc/config/frv/frvend.c index f1635cc1..a3124ba 100644 --- a/gcc/config/frv/frvend.c +++ b/gcc/config/frv/frvend.c @@ -1,5 +1,5 @@ /* Frv initialization file linked after all user modules - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GNU CC. @@ -19,6 +19,13 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* As a special exception, if you link this library with other files, + some of which are compiled with GCC, to produce an executable, + this library does not by itself cause the resulting executable + to be covered by the GNU General Public License. + This exception does not however invalidate any other reasons why + the executable file might be covered by the GNU General Public License. */ + #include "defaults.h" #include <stddef.h> #include "unwind-dw2-fde.h" diff --git a/gcc/config/frv/lib1funcs.asm b/gcc/config/frv/lib1funcs.asm index 18a8142..5c5cac4 100644 --- a/gcc/config/frv/lib1funcs.asm +++ b/gcc/config/frv/lib1funcs.asm @@ -1,5 +1,5 @@ /* Library functions. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2003 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GNU CC. @@ -19,6 +19,13 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* As a special exception, if you link this library with other files, + some of which are compiled with GCC, to produce an executable, + this library does not by itself cause the resulting executable + to be covered by the GNU General Public License. + This exception does not however invalidate any other reasons why + the executable file might be covered by the GNU General Public License. */ + #include <frv-asm.h> |