diff options
Diffstat (limited to 'gcc/config/frv/cmovw.c')
| -rw-r--r-- | gcc/config/frv/cmovw.c | 9 |
1 files changed, 8 insertions, 1 deletions
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) { |
