summaryrefslogtreecommitdiff
path: root/libc/sysdeps/s390/fpu
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/s390/fpu')
-rw-r--r--libc/sysdeps/s390/fpu/bits/fenv.h2
-rw-r--r--libc/sysdeps/s390/fpu/bits/mathinline.h2
-rw-r--r--libc/sysdeps/s390/fpu/e_sqrt.c2
-rw-r--r--libc/sysdeps/s390/fpu/e_sqrtf.c2
-rw-r--r--libc/sysdeps/s390/fpu/e_sqrtl.c2
-rw-r--r--libc/sysdeps/s390/fpu/fclrexcpt.c2
-rw-r--r--libc/sysdeps/s390/fpu/fedisblxcpt.c2
-rw-r--r--libc/sysdeps/s390/fpu/feenablxcpt.c2
-rw-r--r--libc/sysdeps/s390/fpu/fegetenv.c2
-rw-r--r--libc/sysdeps/s390/fpu/fegetexcept.c2
-rw-r--r--libc/sysdeps/s390/fpu/fegetround.c3
-rw-r--r--libc/sysdeps/s390/fpu/feholdexcpt.c2
-rw-r--r--libc/sysdeps/s390/fpu/fenv_libc.h2
-rw-r--r--libc/sysdeps/s390/fpu/fesetenv.c2
-rw-r--r--libc/sysdeps/s390/fpu/fesetround.c2
-rw-r--r--libc/sysdeps/s390/fpu/feupdateenv.c2
-rw-r--r--libc/sysdeps/s390/fpu/fgetexcptflg.c2
-rw-r--r--libc/sysdeps/s390/fpu/fpu_control.h2
-rw-r--r--libc/sysdeps/s390/fpu/fraiseexcpt.c2
-rw-r--r--libc/sysdeps/s390/fpu/fsetexcptflg.c2
-rw-r--r--libc/sysdeps/s390/fpu/ftestexcept.c2
-rw-r--r--libc/sysdeps/s390/fpu/get-rounding-mode.h2
-rw-r--r--libc/sysdeps/s390/fpu/s_fma.c2
-rw-r--r--libc/sysdeps/s390/fpu/s_fmaf.c2
24 files changed, 25 insertions, 24 deletions
diff --git a/libc/sysdeps/s390/fpu/bits/fenv.h b/libc/sysdeps/s390/fpu/bits/fenv.h
index c7fe521ab..8dc3d5f81 100644
--- a/libc/sysdeps/s390/fpu/bits/fenv.h
+++ b/libc/sysdeps/s390/fpu/bits/fenv.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Denis Joseph Barrow <djbarrow@de.ibm.com>.
diff --git a/libc/sysdeps/s390/fpu/bits/mathinline.h b/libc/sysdeps/s390/fpu/bits/mathinline.h
index 66c12f92a..a9c3e438e 100644
--- a/libc/sysdeps/s390/fpu/bits/mathinline.h
+++ b/libc/sysdeps/s390/fpu/bits/mathinline.h
@@ -1,5 +1,5 @@
/* Inline math functions for s390.
- Copyright (C) 2004-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004-2014 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/sysdeps/s390/fpu/e_sqrt.c b/libc/sysdeps/s390/fpu/e_sqrt.c
index 45d16f3af..12840301b 100644
--- a/libc/sysdeps/s390/fpu/e_sqrt.c
+++ b/libc/sysdeps/s390/fpu/e_sqrt.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2014 Free Software Foundation, Inc.
Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>.
This file is part of the GNU C Library.
diff --git a/libc/sysdeps/s390/fpu/e_sqrtf.c b/libc/sysdeps/s390/fpu/e_sqrtf.c
index c0048eabe..19b5ba170 100644
--- a/libc/sysdeps/s390/fpu/e_sqrtf.c
+++ b/libc/sysdeps/s390/fpu/e_sqrtf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2014 Free Software Foundation, Inc.
Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>.
This file is part of the GNU C Library.
diff --git a/libc/sysdeps/s390/fpu/e_sqrtl.c b/libc/sysdeps/s390/fpu/e_sqrtl.c
index 17a79f2e3..fba406ad2 100644
--- a/libc/sysdeps/s390/fpu/e_sqrtl.c
+++ b/libc/sysdeps/s390/fpu/e_sqrtl.c
@@ -1,5 +1,5 @@
/* Square root. S/390 FPU version.
- Copyright (C) 2004-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004-2014 Free Software Foundation, Inc.
Contributed by Martin Schwidefsky <schwidefsky@de.ibm.com>.
This file is part of the GNU C Library.
diff --git a/libc/sysdeps/s390/fpu/fclrexcpt.c b/libc/sysdeps/s390/fpu/fclrexcpt.c
index 4acc47eaa..dbb8ddf97 100644
--- a/libc/sysdeps/s390/fpu/fclrexcpt.c
+++ b/libc/sysdeps/s390/fpu/fclrexcpt.c
@@ -1,5 +1,5 @@
/* Clear given exceptions in current floating-point environment.
- Copyright (C) 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 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/sysdeps/s390/fpu/fedisblxcpt.c b/libc/sysdeps/s390/fpu/fedisblxcpt.c
index a052e3ed3..ddfb17c68 100644
--- a/libc/sysdeps/s390/fpu/fedisblxcpt.c
+++ b/libc/sysdeps/s390/fpu/fedisblxcpt.c
@@ -1,5 +1,5 @@
/* Disable floating-point exceptions.
- Copyright (C) 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
diff --git a/libc/sysdeps/s390/fpu/feenablxcpt.c b/libc/sysdeps/s390/fpu/feenablxcpt.c
index f017e895e..273ccb6ed 100644
--- a/libc/sysdeps/s390/fpu/feenablxcpt.c
+++ b/libc/sysdeps/s390/fpu/feenablxcpt.c
@@ -1,5 +1,5 @@
/* Enable floating-point exceptions.
- Copyright (C) 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
diff --git a/libc/sysdeps/s390/fpu/fegetenv.c b/libc/sysdeps/s390/fpu/fegetenv.c
index 86abca46d..7e68ceb30 100644
--- a/libc/sysdeps/s390/fpu/fegetenv.c
+++ b/libc/sysdeps/s390/fpu/fegetenv.c
@@ -1,5 +1,5 @@
/* Store current floating-point environment.
- Copyright (C) 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
diff --git a/libc/sysdeps/s390/fpu/fegetexcept.c b/libc/sysdeps/s390/fpu/fegetexcept.c
index a6c1e923b..abb76d81a 100644
--- a/libc/sysdeps/s390/fpu/fegetexcept.c
+++ b/libc/sysdeps/s390/fpu/fegetexcept.c
@@ -1,5 +1,5 @@
/* Get enabled floating-point exceptions.
- Copyright (C) 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
diff --git a/libc/sysdeps/s390/fpu/fegetround.c b/libc/sysdeps/s390/fpu/fegetround.c
index 4843a56d2..d3f9ab723 100644
--- a/libc/sysdeps/s390/fpu/fegetround.c
+++ b/libc/sysdeps/s390/fpu/fegetround.c
@@ -1,5 +1,5 @@
/* Return current rounding direction.
- Copyright (C) 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
@@ -29,3 +29,4 @@ fegetround (void)
return cw & FPC_RM_MASK;
}
+libm_hidden_def (fegetround)
diff --git a/libc/sysdeps/s390/fpu/feholdexcpt.c b/libc/sysdeps/s390/fpu/feholdexcpt.c
index 72c0c203a..607afd13d 100644
--- a/libc/sysdeps/s390/fpu/feholdexcpt.c
+++ b/libc/sysdeps/s390/fpu/feholdexcpt.c
@@ -1,5 +1,5 @@
/* Store current floating-point environment and clear exceptions.
- Copyright (C) 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
diff --git a/libc/sysdeps/s390/fpu/fenv_libc.h b/libc/sysdeps/s390/fpu/fenv_libc.h
index dd5724d76..f62f1bbd4 100644
--- a/libc/sysdeps/s390/fpu/fenv_libc.h
+++ b/libc/sysdeps/s390/fpu/fenv_libc.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
diff --git a/libc/sysdeps/s390/fpu/fesetenv.c b/libc/sysdeps/s390/fpu/fesetenv.c
index 2cf24bb33..b0100b94b 100644
--- a/libc/sysdeps/s390/fpu/fesetenv.c
+++ b/libc/sysdeps/s390/fpu/fesetenv.c
@@ -1,5 +1,5 @@
/* Install given floating-point environment.
- Copyright (C) 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
diff --git a/libc/sysdeps/s390/fpu/fesetround.c b/libc/sysdeps/s390/fpu/fesetround.c
index 0a0fe09b0..9108c03ae 100644
--- a/libc/sysdeps/s390/fpu/fesetround.c
+++ b/libc/sysdeps/s390/fpu/fesetround.c
@@ -1,5 +1,5 @@
/* Set current rounding direction.
- Copyright (C) 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
diff --git a/libc/sysdeps/s390/fpu/feupdateenv.c b/libc/sysdeps/s390/fpu/feupdateenv.c
index b69c3536c..710893a7b 100644
--- a/libc/sysdeps/s390/fpu/feupdateenv.c
+++ b/libc/sysdeps/s390/fpu/feupdateenv.c
@@ -1,5 +1,5 @@
/* Install given floating-point environment and raise exceptions.
- Copyright (C) 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
diff --git a/libc/sysdeps/s390/fpu/fgetexcptflg.c b/libc/sysdeps/s390/fpu/fgetexcptflg.c
index a80b13792..5730aad3d 100644
--- a/libc/sysdeps/s390/fpu/fgetexcptflg.c
+++ b/libc/sysdeps/s390/fpu/fgetexcptflg.c
@@ -1,5 +1,5 @@
/* Store current representation for exceptions.
- Copyright (C) 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
diff --git a/libc/sysdeps/s390/fpu/fpu_control.h b/libc/sysdeps/s390/fpu/fpu_control.h
index bbf87b0ab..5bfd05306 100644
--- a/libc/sysdeps/s390/fpu/fpu_control.h
+++ b/libc/sysdeps/s390/fpu/fpu_control.h
@@ -1,5 +1,5 @@
/* FPU control word definitions. Stub version.
- Copyright (C) 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com) and
Martin Schwidefsky (schwidefsky@de.ibm.com).
This file is part of the GNU C Library.
diff --git a/libc/sysdeps/s390/fpu/fraiseexcpt.c b/libc/sysdeps/s390/fpu/fraiseexcpt.c
index 513bc7b51..d99f939ac 100644
--- a/libc/sysdeps/s390/fpu/fraiseexcpt.c
+++ b/libc/sysdeps/s390/fpu/fraiseexcpt.c
@@ -1,5 +1,5 @@
/* Raise given exceptions.
- Copyright (C) 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com) and
Martin Schwidefsky (schwidefsky@de.ibm.com).
diff --git a/libc/sysdeps/s390/fpu/fsetexcptflg.c b/libc/sysdeps/s390/fpu/fsetexcptflg.c
index 0f6ba7ed2..318d0f0bc 100644
--- a/libc/sysdeps/s390/fpu/fsetexcptflg.c
+++ b/libc/sysdeps/s390/fpu/fsetexcptflg.c
@@ -1,5 +1,5 @@
/* Set floating-point environment exception handling.
- Copyright (C) 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
diff --git a/libc/sysdeps/s390/fpu/ftestexcept.c b/libc/sysdeps/s390/fpu/ftestexcept.c
index 541571153..6fee61a7d 100644
--- a/libc/sysdeps/s390/fpu/ftestexcept.c
+++ b/libc/sysdeps/s390/fpu/ftestexcept.c
@@ -1,5 +1,5 @@
/* Test exception in current environment.
- Copyright (C) 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
diff --git a/libc/sysdeps/s390/fpu/get-rounding-mode.h b/libc/sysdeps/s390/fpu/get-rounding-mode.h
index d1f77ec1d..5875111d1 100644
--- a/libc/sysdeps/s390/fpu/get-rounding-mode.h
+++ b/libc/sysdeps/s390/fpu/get-rounding-mode.h
@@ -1,5 +1,5 @@
/* Determine floating-point rounding mode within libc. S/390 version.
- Copyright (C) 2012-2013 Free Software Foundation, Inc.
+ Copyright (C) 2012-2014 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/sysdeps/s390/fpu/s_fma.c b/libc/sysdeps/s390/fpu/s_fma.c
index aa50e4e91..e5df46a59 100644
--- a/libc/sysdeps/s390/fpu/s_fma.c
+++ b/libc/sysdeps/s390/fpu/s_fma.c
@@ -1,5 +1,5 @@
/* Compute x * y + z as ternary operation. S/390 version.
- Copyright (C) 2010-2013 Free Software Foundation, Inc.
+ Copyright (C) 2010-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2010.
diff --git a/libc/sysdeps/s390/fpu/s_fmaf.c b/libc/sysdeps/s390/fpu/s_fmaf.c
index 5485ba6b9..c984ed590 100644
--- a/libc/sysdeps/s390/fpu/s_fmaf.c
+++ b/libc/sysdeps/s390/fpu/s_fmaf.c
@@ -1,5 +1,5 @@
/* Compute x * y + z as ternary operation. S/390 version.
- Copyright (C) 2010-2013 Free Software Foundation, Inc.
+ Copyright (C) 2010-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2010.