2003-06-05 James E Wilson * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c, config/frv/frvbegin.c, config/frv/frvend.c: Add libgcc exception. Index: cmovd.c =================================================================== RCS file: /cvs/gcc/gcc/gcc/config/frv/cmovd.c,v retrieving revision 1.1 diff -p -r1.1 cmovd.c *** cmovd.c 4 Aug 2002 19:37:03 -0000 1.1 --- cmovd.c 6 Jun 2003 04:46:20 -0000 *************** *** 1,5 **** /* Move double-word library function. ! Copyright (C) 2000 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GNU CC. --- 1,5 ---- /* Move double-word library function. ! Copyright (C) 2000, 2003 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GNU CC. *************** *** 18,23 **** --- 18,30 ---- along with GNU CC; see the file COPYING. If not, write to 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) Index: cmovh.c =================================================================== RCS file: /cvs/gcc/gcc/gcc/config/frv/cmovh.c,v retrieving revision 1.1 diff -p -r1.1 cmovh.c *** cmovh.c 4 Aug 2002 19:37:03 -0000 1.1 --- cmovh.c 6 Jun 2003 04:46:20 -0000 *************** *** 1,5 **** /* Move half-word library function. ! Copyright (C) 2000 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GNU CC. --- 1,5 ---- /* Move half-word library function. ! Copyright (C) 2000, 2003 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GNU CC. *************** *** 18,23 **** --- 18,30 ---- along with GNU CC; see the file COPYING. If not, write to 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) Index: cmovw.c =================================================================== RCS file: /cvs/gcc/gcc/gcc/config/frv/cmovw.c,v retrieving revision 1.1 diff -p -r1.1 cmovw.c *** cmovw.c 4 Aug 2002 19:37:03 -0000 1.1 --- cmovw.c 6 Jun 2003 04:46:20 -0000 *************** *** 1,5 **** /* Move word library function. ! Copyright (C) 2000 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GNU CC. --- 1,5 ---- /* Move word library function. ! Copyright (C) 2000, 2003 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GNU CC. *************** *** 18,23 **** --- 18,30 ---- along with GNU CC; see the file COPYING. If not, write to 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) Index: frvbegin.c =================================================================== RCS file: /cvs/gcc/gcc/gcc/config/frv/frvbegin.c,v retrieving revision 1.1 diff -p -r1.1 frvbegin.c *** frvbegin.c 4 Aug 2002 19:37:03 -0000 1.1 --- frvbegin.c 6 Jun 2003 04:46:20 -0000 *************** *** 1,5 **** /* Frv initialization file linked before all user modules ! Copyright (C) 1999, 2000 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GNU CC. --- 1,5 ---- /* Frv initialization file linked before all user modules ! Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GNU CC. *************** *** 21,26 **** --- 21,33 ---- 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 Index: frvend.c =================================================================== RCS file: /cvs/gcc/gcc/gcc/config/frv/frvend.c,v retrieving revision 1.1 diff -p -r1.1 frvend.c *** frvend.c 4 Aug 2002 19:37:03 -0000 1.1 --- frvend.c 6 Jun 2003 04:46:20 -0000 *************** *** 1,5 **** /* Frv initialization file linked after all user modules ! Copyright (C) 1999, 2000 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GNU CC. --- 1,5 ---- /* Frv initialization file linked after all user modules ! Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GNU CC. *************** *** 18,23 **** --- 18,30 ---- along with GNU CC; see the file COPYING. If not, write to 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 Index: lib1funcs.asm =================================================================== RCS file: /cvs/gcc/gcc/gcc/config/frv/lib1funcs.asm,v retrieving revision 1.1 diff -p -r1.1 lib1funcs.asm *** lib1funcs.asm 4 Aug 2002 19:37:03 -0000 1.1 --- lib1funcs.asm 6 Jun 2003 04:46:20 -0000 *************** *** 1,5 **** /* Library functions. ! Copyright (C) 2000 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GNU CC. --- 1,5 ---- /* Library functions. ! Copyright (C) 2000, 2003 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of GNU CC. *************** *** 18,23 **** --- 18,30 ---- along with GNU CC; see the file COPYING. If not, write to 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