summaryrefslogtreecommitdiff
path: root/libc/ports/sysdeps/ia64/fpu
diff options
context:
space:
mode:
Diffstat (limited to 'libc/ports/sysdeps/ia64/fpu')
-rw-r--r--libc/ports/sysdeps/ia64/fpu/bits/math-finite.h2
-rw-r--r--libc/ports/sysdeps/ia64/fpu/bits/mathinline.h2
-rw-r--r--libc/ports/sysdeps/ia64/fpu/fclrexcpt.c2
-rw-r--r--libc/ports/sysdeps/ia64/fpu/fedisblxcpt.c2
-rw-r--r--libc/ports/sysdeps/ia64/fpu/feenablxcpt.c2
-rw-r--r--libc/ports/sysdeps/ia64/fpu/fegetenv.c2
-rw-r--r--libc/ports/sysdeps/ia64/fpu/fegetexcept.c2
-rw-r--r--libc/ports/sysdeps/ia64/fpu/fegetround.c2
-rw-r--r--libc/ports/sysdeps/ia64/fpu/feholdexcpt.c2
-rw-r--r--libc/ports/sysdeps/ia64/fpu/fesetenv.c2
-rw-r--r--libc/ports/sysdeps/ia64/fpu/fesetround.c2
-rw-r--r--libc/ports/sysdeps/ia64/fpu/feupdateenv.c2
-rw-r--r--libc/ports/sysdeps/ia64/fpu/fgetexcptflg.c2
-rw-r--r--libc/ports/sysdeps/ia64/fpu/fraiseexcpt.c3
-rw-r--r--libc/ports/sysdeps/ia64/fpu/fsetexcptflg.c2
-rw-r--r--libc/ports/sysdeps/ia64/fpu/ftestexcept.c2
-rw-r--r--libc/ports/sysdeps/ia64/fpu/get-rounding-mode.h2
-rw-r--r--libc/ports/sysdeps/ia64/fpu/printf_fphex.c2
-rw-r--r--libc/ports/sysdeps/ia64/fpu/s_copysign.S2
-rw-r--r--libc/ports/sysdeps/ia64/fpu/s_finite.S2
-rw-r--r--libc/ports/sysdeps/ia64/fpu/s_fpclassify.S2
-rw-r--r--libc/ports/sysdeps/ia64/fpu/s_isinf.S2
-rw-r--r--libc/ports/sysdeps/ia64/fpu/s_isnan.S2
-rw-r--r--libc/ports/sysdeps/ia64/fpu/s_signbit.S2
24 files changed, 24 insertions, 25 deletions
diff --git a/libc/ports/sysdeps/ia64/fpu/bits/math-finite.h b/libc/ports/sysdeps/ia64/fpu/bits/math-finite.h
index c6a30d309..f93dbdce0 100644
--- a/libc/ports/sysdeps/ia64/fpu/bits/math-finite.h
+++ b/libc/ports/sysdeps/ia64/fpu/bits/math-finite.h
@@ -1,5 +1,5 @@
/* Entry points to finite-math-only compiler runs.
- Copyright (C) 2011 Free Software Foundation, Inc.
+ Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/ports/sysdeps/ia64/fpu/bits/mathinline.h b/libc/ports/sysdeps/ia64/fpu/bits/mathinline.h
index b6fd7dbc8..ec61b9218 100644
--- a/libc/ports/sysdeps/ia64/fpu/bits/mathinline.h
+++ b/libc/ports/sysdeps/ia64/fpu/bits/mathinline.h
@@ -1,5 +1,5 @@
/* Inline math functions for ia64.
- Copyright (C) 2004, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/ports/sysdeps/ia64/fpu/fclrexcpt.c b/libc/ports/sysdeps/ia64/fpu/fclrexcpt.c
index c099fd35a..bf8a3c633 100644
--- a/libc/ports/sysdeps/ia64/fpu/fclrexcpt.c
+++ b/libc/ports/sysdeps/ia64/fpu/fclrexcpt.c
@@ -1,5 +1,5 @@
/* Clear given exceptions in current floating-point environment.
- Copyright (C) 1997-2012 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999 and
Jes Sorensen <Jes.Sorensen@cern.ch>, 2000
diff --git a/libc/ports/sysdeps/ia64/fpu/fedisblxcpt.c b/libc/ports/sysdeps/ia64/fpu/fedisblxcpt.c
index cacb4b58d..15efcde03 100644
--- a/libc/ports/sysdeps/ia64/fpu/fedisblxcpt.c
+++ b/libc/ports/sysdeps/ia64/fpu/fedisblxcpt.c
@@ -1,5 +1,5 @@
/* Disable floating-point exceptions.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jes Sorensen <Jes.Sorensen@cern.ch>, 2000.
diff --git a/libc/ports/sysdeps/ia64/fpu/feenablxcpt.c b/libc/ports/sysdeps/ia64/fpu/feenablxcpt.c
index 4b06c426b..84f70a168 100644
--- a/libc/ports/sysdeps/ia64/fpu/feenablxcpt.c
+++ b/libc/ports/sysdeps/ia64/fpu/feenablxcpt.c
@@ -1,5 +1,5 @@
/* Enable floating-point exceptions.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jes Sorensen <Jes.Sorensen@cern.ch>, 2000.
diff --git a/libc/ports/sysdeps/ia64/fpu/fegetenv.c b/libc/ports/sysdeps/ia64/fpu/fegetenv.c
index f73039bb6..4507dcd6e 100644
--- a/libc/ports/sysdeps/ia64/fpu/fegetenv.c
+++ b/libc/ports/sysdeps/ia64/fpu/fegetenv.c
@@ -1,5 +1,5 @@
/* Store current floating-point environment.
- Copyright (C) 1997, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999.
diff --git a/libc/ports/sysdeps/ia64/fpu/fegetexcept.c b/libc/ports/sysdeps/ia64/fpu/fegetexcept.c
index 6a1e5c7fc..e32baa7d4 100644
--- a/libc/ports/sysdeps/ia64/fpu/fegetexcept.c
+++ b/libc/ports/sysdeps/ia64/fpu/fegetexcept.c
@@ -1,5 +1,5 @@
/* Get enabled floating-point exceptions.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jes Sorensen <Jes.Sorensen@cern.ch>, 2000.
diff --git a/libc/ports/sysdeps/ia64/fpu/fegetround.c b/libc/ports/sysdeps/ia64/fpu/fegetround.c
index 403aadb41..5c9b34338 100644
--- a/libc/ports/sysdeps/ia64/fpu/fegetround.c
+++ b/libc/ports/sysdeps/ia64/fpu/fegetround.c
@@ -1,5 +1,5 @@
/* Return current rounding direction.
- Copyright (C) 1999-2012 Free Software Foundation, Inc.
+ Copyright (C) 1999-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999.
diff --git a/libc/ports/sysdeps/ia64/fpu/feholdexcpt.c b/libc/ports/sysdeps/ia64/fpu/feholdexcpt.c
index 813cae665..914f7b92f 100644
--- a/libc/ports/sysdeps/ia64/fpu/feholdexcpt.c
+++ b/libc/ports/sysdeps/ia64/fpu/feholdexcpt.c
@@ -1,5 +1,5 @@
/* Store current floating-point environment and clear exceptions.
- Copyright (C) 1997, 1999, 2000, 2005, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999
diff --git a/libc/ports/sysdeps/ia64/fpu/fesetenv.c b/libc/ports/sysdeps/ia64/fpu/fesetenv.c
index 4520bfdae..f02c8f346 100644
--- a/libc/ports/sysdeps/ia64/fpu/fesetenv.c
+++ b/libc/ports/sysdeps/ia64/fpu/fesetenv.c
@@ -1,5 +1,5 @@
/* Install given floating-point environment.
- Copyright (C) 1997, 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jes Sorensen <Jes.Sorensen@cern.ch>, 2000
diff --git a/libc/ports/sysdeps/ia64/fpu/fesetround.c b/libc/ports/sysdeps/ia64/fpu/fesetround.c
index b8a7ffca1..3180bb772 100644
--- a/libc/ports/sysdeps/ia64/fpu/fesetround.c
+++ b/libc/ports/sysdeps/ia64/fpu/fesetround.c
@@ -1,5 +1,5 @@
/* Set current rounding direction.
- Copyright (C) 1999, 2000, 2005, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1999-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999.
diff --git a/libc/ports/sysdeps/ia64/fpu/feupdateenv.c b/libc/ports/sysdeps/ia64/fpu/feupdateenv.c
index 60320ad23..0bebdd0a0 100644
--- a/libc/ports/sysdeps/ia64/fpu/feupdateenv.c
+++ b/libc/ports/sysdeps/ia64/fpu/feupdateenv.c
@@ -1,5 +1,5 @@
/* Install given floating-point environment and raise exceptions.
- Copyright (C) 1997, 2000, 2007, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999.
diff --git a/libc/ports/sysdeps/ia64/fpu/fgetexcptflg.c b/libc/ports/sysdeps/ia64/fpu/fgetexcptflg.c
index a4430467b..5336a8f79 100644
--- a/libc/ports/sysdeps/ia64/fpu/fgetexcptflg.c
+++ b/libc/ports/sysdeps/ia64/fpu/fgetexcptflg.c
@@ -1,5 +1,5 @@
/* Store current representation for exceptions.
- Copyright (C) 1997, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999.
diff --git a/libc/ports/sysdeps/ia64/fpu/fraiseexcpt.c b/libc/ports/sysdeps/ia64/fpu/fraiseexcpt.c
index 0a4132053..aaa9b6166 100644
--- a/libc/ports/sysdeps/ia64/fpu/fraiseexcpt.c
+++ b/libc/ports/sysdeps/ia64/fpu/fraiseexcpt.c
@@ -1,6 +1,5 @@
/* Raise given exceptions.
- Copyright (C) 1997, 1998, 2000, 2001, 2002, 2007
- Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jes Sorensen <Jes.Sorensen@cern.ch>, 2000.
diff --git a/libc/ports/sysdeps/ia64/fpu/fsetexcptflg.c b/libc/ports/sysdeps/ia64/fpu/fsetexcptflg.c
index 8591219fa..171c283a3 100644
--- a/libc/ports/sysdeps/ia64/fpu/fsetexcptflg.c
+++ b/libc/ports/sysdeps/ia64/fpu/fsetexcptflg.c
@@ -1,5 +1,5 @@
/* Set floating-point environment exception handling.
- Copyright (C) 1997, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999.
diff --git a/libc/ports/sysdeps/ia64/fpu/ftestexcept.c b/libc/ports/sysdeps/ia64/fpu/ftestexcept.c
index d26da0e31..526511e1f 100644
--- a/libc/ports/sysdeps/ia64/fpu/ftestexcept.c
+++ b/libc/ports/sysdeps/ia64/fpu/ftestexcept.c
@@ -1,5 +1,5 @@
/* Test exception in current environment.
- Copyright (C) 1997, 1999, 2000, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999.
diff --git a/libc/ports/sysdeps/ia64/fpu/get-rounding-mode.h b/libc/ports/sysdeps/ia64/fpu/get-rounding-mode.h
index 1e184730e..583fd1d2f 100644
--- a/libc/ports/sysdeps/ia64/fpu/get-rounding-mode.h
+++ b/libc/ports/sysdeps/ia64/fpu/get-rounding-mode.h
@@ -1,5 +1,5 @@
/* Return current rounding direction within libc. IA64 version.
- Copyright (C) 1999-2012 Free Software Foundation, Inc.
+ Copyright (C) 1999-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Christian Boissat <Christian.Boissat@cern.ch>, 1999.
diff --git a/libc/ports/sysdeps/ia64/fpu/printf_fphex.c b/libc/ports/sysdeps/ia64/fpu/printf_fphex.c
index 231b69d6e..ca021427e 100644
--- a/libc/ports/sysdeps/ia64/fpu/printf_fphex.c
+++ b/libc/ports/sysdeps/ia64/fpu/printf_fphex.c
@@ -1,5 +1,5 @@
/* Print floating point number in hexadecimal notation according to ISO C99.
- Copyright (C) 2000, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/ports/sysdeps/ia64/fpu/s_copysign.S b/libc/ports/sysdeps/ia64/fpu/s_copysign.S
index dd912b4b9..c8d74976e 100644
--- a/libc/ports/sysdeps/ia64/fpu/s_copysign.S
+++ b/libc/ports/sysdeps/ia64/fpu/s_copysign.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/ports/sysdeps/ia64/fpu/s_finite.S b/libc/ports/sysdeps/ia64/fpu/s_finite.S
index 00cf78825..43df996fe 100644
--- a/libc/ports/sysdeps/ia64/fpu/s_finite.S
+++ b/libc/ports/sysdeps/ia64/fpu/s_finite.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/ports/sysdeps/ia64/fpu/s_fpclassify.S b/libc/ports/sysdeps/ia64/fpu/s_fpclassify.S
index bdc982fee..dace43bb1 100644
--- a/libc/ports/sysdeps/ia64/fpu/s_fpclassify.S
+++ b/libc/ports/sysdeps/ia64/fpu/s_fpclassify.S
@@ -1,5 +1,5 @@
/* Return classification value corresponding to argument.
- Copyright (C) 2000, 2002 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/ports/sysdeps/ia64/fpu/s_isinf.S b/libc/ports/sysdeps/ia64/fpu/s_isinf.S
index 95ebc1a49..c8d7b64a9 100644
--- a/libc/ports/sysdeps/ia64/fpu/s_isinf.S
+++ b/libc/ports/sysdeps/ia64/fpu/s_isinf.S
@@ -1,5 +1,5 @@
/* Test for inf/-inf
- Copyright (C) 2000, 2002 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jes Sorensen <jes@linuxcare.com>, October 2000.
diff --git a/libc/ports/sysdeps/ia64/fpu/s_isnan.S b/libc/ports/sysdeps/ia64/fpu/s_isnan.S
index 79589e5c2..4c2816b4a 100644
--- a/libc/ports/sysdeps/ia64/fpu/s_isnan.S
+++ b/libc/ports/sysdeps/ia64/fpu/s_isnan.S
@@ -1,5 +1,5 @@
/* Test for NaN
- Copyright (C) 2000, 2002 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jes Sorensen <jes@linuxcare.com>, October 2000.
diff --git a/libc/ports/sysdeps/ia64/fpu/s_signbit.S b/libc/ports/sysdeps/ia64/fpu/s_signbit.S
index 00fdcfd9c..55e2076f1 100644
--- a/libc/ports/sysdeps/ia64/fpu/s_signbit.S
+++ b/libc/ports/sysdeps/ia64/fpu/s_signbit.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or