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
This commit is contained in:
James E Wilson 2003-06-09 12:31:12 -07:00 committed by Jim Wilson
parent 94d3ea58ff
commit 00051260e0
7 changed files with 54 additions and 6 deletions

View File

@ -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> 2003-06-09 David Edelsohn <edelsohn@gnu.org>
Ayal Zaks <gcchaifa@us.ibm.com> Ayal Zaks <gcchaifa@us.ibm.com>

View File

@ -1,5 +1,5 @@
/* Move double-word library function. /* 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. Contributed by Red Hat, Inc.
This file is part of GNU CC. This file is part of GNU CC.
@ -19,6 +19,13 @@
the Free Software Foundation, 59 Temple Place - Suite 330, the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ 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 void
__cmovd (long long *dest, const long long *src, unsigned len) __cmovd (long long *dest, const long long *src, unsigned len)
{ {

View File

@ -1,5 +1,5 @@
/* Move half-word library function. /* 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. Contributed by Red Hat, Inc.
This file is part of GNU CC. This file is part of GNU CC.
@ -19,6 +19,13 @@
the Free Software Foundation, 59 Temple Place - Suite 330, the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ 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 void
__cmovh (short *dest, const short *src, unsigned len) __cmovh (short *dest, const short *src, unsigned len)
{ {

View File

@ -1,5 +1,5 @@
/* Move word library function. /* Move word library function.
Copyright (C) 2000 Free Software Foundation, Inc. Copyright (C) 2000, 2003 Free Software Foundation, Inc.
Contributed by Red Hat, Inc. Contributed by Red Hat, Inc.
This file is part of GNU CC. This file is part of GNU CC.
@ -19,6 +19,13 @@
the Free Software Foundation, 59 Temple Place - Suite 330, the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ 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 void
__cmovw (int *dest, const int *src, unsigned len) __cmovw (int *dest, const int *src, unsigned len)
{ {

View File

@ -1,5 +1,5 @@
/* Frv initialization file linked before all user modules /* 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. Contributed by Red Hat, Inc.
This file is part of GNU CC. This file is part of GNU CC.
@ -22,6 +22,13 @@
This file was originally taken from the file crtstuff.c in the This file was originally taken from the file crtstuff.c in the
main compiler directory, and simplified. */ 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 "defaults.h"
#include <stddef.h> #include <stddef.h>
#include "unwind-dw2-fde.h" #include "unwind-dw2-fde.h"

View File

@ -1,5 +1,5 @@
/* Frv initialization file linked after all user modules /* 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. Contributed by Red Hat, Inc.
This file is part of GNU CC. This file is part of GNU CC.
@ -19,6 +19,13 @@
the Free Software Foundation, 59 Temple Place - Suite 330, the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ 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 "defaults.h"
#include <stddef.h> #include <stddef.h>
#include "unwind-dw2-fde.h" #include "unwind-dw2-fde.h"

View File

@ -1,5 +1,5 @@
/* Library functions. /* Library functions.
Copyright (C) 2000 Free Software Foundation, Inc. Copyright (C) 2000, 2003 Free Software Foundation, Inc.
Contributed by Red Hat, Inc. Contributed by Red Hat, Inc.
This file is part of GNU CC. This file is part of GNU CC.
@ -19,6 +19,13 @@
the Free Software Foundation, 59 Temple Place - Suite 330, the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ 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> #include <frv-asm.h>