diff options
Diffstat (limited to 'ports/sysdeps/hppa/hppa1.1')
-rw-r--r-- | ports/sysdeps/hppa/hppa1.1/addmul_1.S | 2 | ||||
-rw-r--r-- | ports/sysdeps/hppa/hppa1.1/mul_1.S | 2 | ||||
-rw-r--r-- | ports/sysdeps/hppa/hppa1.1/s_signbit.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/hppa/hppa1.1/submul_1.S | 2 | ||||
-rw-r--r-- | ports/sysdeps/hppa/hppa1.1/udiv_qrnnd.S | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/ports/sysdeps/hppa/hppa1.1/addmul_1.S b/ports/sysdeps/hppa/hppa1.1/addmul_1.S index 1434979243..666b8ca3c1 100644 --- a/ports/sysdeps/hppa/hppa1.1/addmul_1.S +++ b/ports/sysdeps/hppa/hppa1.1/addmul_1.S @@ -1,7 +1,7 @@ ;! HP-PA-1.1 __mpn_addmul_1 -- Multiply a limb vector with a limb and ;! add the result to a second limb vector. -;! Copyright (C) 1992-2013 Free Software Foundation, Inc. +;! Copyright (C) 1992-2014 Free Software Foundation, Inc. ;! This file is part of the GNU MP Library. diff --git a/ports/sysdeps/hppa/hppa1.1/mul_1.S b/ports/sysdeps/hppa/hppa1.1/mul_1.S index ba419fd335..dc1f7e2adb 100644 --- a/ports/sysdeps/hppa/hppa1.1/mul_1.S +++ b/ports/sysdeps/hppa/hppa1.1/mul_1.S @@ -1,7 +1,7 @@ ;! HP-PA-1.1 __mpn_mul_1 -- Multiply a limb vector with a limb and store ;! the result in a second limb vector. -;! Copyright (C) 1992-2013 Free Software Foundation, Inc. +;! Copyright (C) 1992-2014 Free Software Foundation, Inc. ;! This file is part of the GNU MP Library. diff --git a/ports/sysdeps/hppa/hppa1.1/s_signbit.c b/ports/sysdeps/hppa/hppa1.1/s_signbit.c index 7cc63bab67..12278ea869 100644 --- a/ports/sysdeps/hppa/hppa1.1/s_signbit.c +++ b/ports/sysdeps/hppa/hppa1.1/s_signbit.c @@ -1,5 +1,5 @@ /* Return nonzero value if number is negative. - Copyright (C) 1997-2013 Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. diff --git a/ports/sysdeps/hppa/hppa1.1/submul_1.S b/ports/sysdeps/hppa/hppa1.1/submul_1.S index 8cd5a634f8..3b843e7701 100644 --- a/ports/sysdeps/hppa/hppa1.1/submul_1.S +++ b/ports/sysdeps/hppa/hppa1.1/submul_1.S @@ -1,7 +1,7 @@ ;! HP-PA-1.1 __mpn_submul_1 -- Multiply a limb vector with a limb and ;! subtract the result from a second limb vector. -;! Copyright (C) 1992-2013 Free Software Foundation, Inc. +;! Copyright (C) 1992-2014 Free Software Foundation, Inc. ;! This file is part of the GNU MP Library. diff --git a/ports/sysdeps/hppa/hppa1.1/udiv_qrnnd.S b/ports/sysdeps/hppa/hppa1.1/udiv_qrnnd.S index c7fa30f349..6008a62945 100644 --- a/ports/sysdeps/hppa/hppa1.1/udiv_qrnnd.S +++ b/ports/sysdeps/hppa/hppa1.1/udiv_qrnnd.S @@ -1,7 +1,7 @@ ;! HP-PA __udiv_qrnnd division support, used from longlong.h. ;! This version runs fast on PA 7000 and later. -;! Copyright (C) 1993-2013 Free Software Foundation, Inc. +;! Copyright (C) 1993-2014 Free Software Foundation, Inc. ;! This file is part of the GNU MP Library. |