aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/or1k/fpu
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/or1k/fpu')
-rw-r--r--sysdeps/or1k/fpu/fclrexcpt.c2
-rw-r--r--sysdeps/or1k/fpu/fegetenv.c2
-rw-r--r--sysdeps/or1k/fpu/fegetmode.c2
-rw-r--r--sysdeps/or1k/fpu/fegetround.c2
-rw-r--r--sysdeps/or1k/fpu/feholdexcpt.c2
-rw-r--r--sysdeps/or1k/fpu/fenv_private.h2
-rw-r--r--sysdeps/or1k/fpu/fesetenv.c2
-rw-r--r--sysdeps/or1k/fpu/fesetexcept.c2
-rw-r--r--sysdeps/or1k/fpu/fesetmode.c2
-rw-r--r--sysdeps/or1k/fpu/fesetround.c2
-rw-r--r--sysdeps/or1k/fpu/feupdateenv.c2
-rw-r--r--sysdeps/or1k/fpu/fgetexcptflg.c2
-rw-r--r--sysdeps/or1k/fpu/fix-fp-int-convert-overflow.h2
-rw-r--r--sysdeps/or1k/fpu/fraiseexcpt.c2
-rw-r--r--sysdeps/or1k/fpu/fsetexcptflg.c2
-rw-r--r--sysdeps/or1k/fpu/ftestexcept.c2
-rw-r--r--sysdeps/or1k/fpu/get-rounding-mode.h2
17 files changed, 17 insertions, 17 deletions
diff --git a/sysdeps/or1k/fpu/fclrexcpt.c b/sysdeps/or1k/fpu/fclrexcpt.c
index 44224f9..57aa9e5 100644
--- a/sysdeps/or1k/fpu/fclrexcpt.c
+++ b/sysdeps/or1k/fpu/fclrexcpt.c
@@ -1,6 +1,6 @@
/* Clear given exceptions in current floating-point environment.
OpenRISC version.
- Copyright (C) 2024 Free Software Foundation, Inc.
+ Copyright (C) 2024-2025 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/sysdeps/or1k/fpu/fegetenv.c b/sysdeps/or1k/fpu/fegetenv.c
index 70c75aa..3154346 100644
--- a/sysdeps/or1k/fpu/fegetenv.c
+++ b/sysdeps/or1k/fpu/fegetenv.c
@@ -1,5 +1,5 @@
/* Store current floating-point environment.
- Copyright (C) 2024 Free Software Foundation, Inc.
+ Copyright (C) 2024-2025 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/sysdeps/or1k/fpu/fegetmode.c b/sysdeps/or1k/fpu/fegetmode.c
index 7fffd2e..904a6b0 100644
--- a/sysdeps/or1k/fpu/fegetmode.c
+++ b/sysdeps/or1k/fpu/fegetmode.c
@@ -1,5 +1,5 @@
/* Store current floating-point control modes. OpenRISC version.
- Copyright (C) 2024 Free Software Foundation, Inc.
+ Copyright (C) 2024-2025 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/sysdeps/or1k/fpu/fegetround.c b/sysdeps/or1k/fpu/fegetround.c
index 7e993b9..4b5c9df 100644
--- a/sysdeps/or1k/fpu/fegetround.c
+++ b/sysdeps/or1k/fpu/fegetround.c
@@ -1,5 +1,5 @@
/* Return current rounding direction. OpenRISC version.
- Copyright (C) 2024 Free Software Foundation, Inc.
+ Copyright (C) 2024-2025 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/sysdeps/or1k/fpu/feholdexcpt.c b/sysdeps/or1k/fpu/feholdexcpt.c
index 0036e41..6445c8e 100644
--- a/sysdeps/or1k/fpu/feholdexcpt.c
+++ b/sysdeps/or1k/fpu/feholdexcpt.c
@@ -1,6 +1,6 @@
/* Store current floating-point environment and clear exceptions.
OpenRISC version.
- Copyright (C) 2024 Free Software Foundation, Inc.
+ Copyright (C) 2024-2025 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/sysdeps/or1k/fpu/fenv_private.h b/sysdeps/or1k/fpu/fenv_private.h
index 4f401e7..0677ba8 100644
--- a/sysdeps/or1k/fpu/fenv_private.h
+++ b/sysdeps/or1k/fpu/fenv_private.h
@@ -1,5 +1,5 @@
/* Private floating point rounding and exceptions handling. OpenRISC version.
- Copyright (C) 2024 Free Software Foundation, Inc.
+ Copyright (C) 2024-2025 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/sysdeps/or1k/fpu/fesetenv.c b/sysdeps/or1k/fpu/fesetenv.c
index 742ca71..60a2e1c 100644
--- a/sysdeps/or1k/fpu/fesetenv.c
+++ b/sysdeps/or1k/fpu/fesetenv.c
@@ -1,5 +1,5 @@
/* Install given floating-point environment. OpenRISC version.
- Copyright (C) 2024 Free Software Foundation, Inc.
+ Copyright (C) 2024-2025 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/sysdeps/or1k/fpu/fesetexcept.c b/sysdeps/or1k/fpu/fesetexcept.c
index 43734ea..ab8edb3 100644
--- a/sysdeps/or1k/fpu/fesetexcept.c
+++ b/sysdeps/or1k/fpu/fesetexcept.c
@@ -1,5 +1,5 @@
/* Set given exception flags. OpenRISC version.
- Copyright (C) 2024 Free Software Foundation, Inc.
+ Copyright (C) 2024-2025 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/sysdeps/or1k/fpu/fesetmode.c b/sysdeps/or1k/fpu/fesetmode.c
index d455692..7afacfe 100644
--- a/sysdeps/or1k/fpu/fesetmode.c
+++ b/sysdeps/or1k/fpu/fesetmode.c
@@ -1,5 +1,5 @@
/* Install given floating-point control modes. OpenRISC version.
- Copyright (C) 2024 Free Software Foundation, Inc.
+ Copyright (C) 2024-2025 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/sysdeps/or1k/fpu/fesetround.c b/sysdeps/or1k/fpu/fesetround.c
index c2ada98..3d91ec4 100644
--- a/sysdeps/or1k/fpu/fesetround.c
+++ b/sysdeps/or1k/fpu/fesetround.c
@@ -1,5 +1,5 @@
/* Set current rounding direction. OpenRISC version.
- Copyright (C) 2024 Free Software Foundation, Inc.
+ Copyright (C) 2024-2025 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/sysdeps/or1k/fpu/feupdateenv.c b/sysdeps/or1k/fpu/feupdateenv.c
index 3355bf6..437f463 100644
--- a/sysdeps/or1k/fpu/feupdateenv.c
+++ b/sysdeps/or1k/fpu/feupdateenv.c
@@ -1,6 +1,6 @@
/* Install given floating-point environment and raise exceptions.
OpenRISC version.
- Copyright (C) 2024 Free Software Foundation, Inc.
+ Copyright (C) 2024-2025 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/sysdeps/or1k/fpu/fgetexcptflg.c b/sysdeps/or1k/fpu/fgetexcptflg.c
index a954f6a..168eec4 100644
--- a/sysdeps/or1k/fpu/fgetexcptflg.c
+++ b/sysdeps/or1k/fpu/fgetexcptflg.c
@@ -1,5 +1,5 @@
/* Store current state of exceptions. OpenRISC version.
- Copyright (C) 2024 Free Software Foundation, Inc.
+ Copyright (C) 2024-2025 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/sysdeps/or1k/fpu/fix-fp-int-convert-overflow.h b/sysdeps/or1k/fpu/fix-fp-int-convert-overflow.h
index 7810428..920a32a 100644
--- a/sysdeps/or1k/fpu/fix-fp-int-convert-overflow.h
+++ b/sysdeps/or1k/fpu/fix-fp-int-convert-overflow.h
@@ -1,5 +1,5 @@
/* Fix for conversion of floating point to integer overflow. OpenRISC version.
- Copyright (C) 2024 Free Software Foundation, Inc.
+ Copyright (C) 2024-2025 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/sysdeps/or1k/fpu/fraiseexcpt.c b/sysdeps/or1k/fpu/fraiseexcpt.c
index bbacfd5..3a2fa5c 100644
--- a/sysdeps/or1k/fpu/fraiseexcpt.c
+++ b/sysdeps/or1k/fpu/fraiseexcpt.c
@@ -1,5 +1,5 @@
/* Raise given exceptions. OpenRISC version.
- Copyright (C) 2024 Free Software Foundation, Inc.
+ Copyright (C) 2024-2025 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/sysdeps/or1k/fpu/fsetexcptflg.c b/sysdeps/or1k/fpu/fsetexcptflg.c
index c327e4c..8989b43 100644
--- a/sysdeps/or1k/fpu/fsetexcptflg.c
+++ b/sysdeps/or1k/fpu/fsetexcptflg.c
@@ -1,5 +1,5 @@
/* Set floating-point environment exception handling.
- Copyright (C) 2024 Free Software Foundation, Inc.
+ Copyright (C) 2024-2025 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/sysdeps/or1k/fpu/ftestexcept.c b/sysdeps/or1k/fpu/ftestexcept.c
index 59f06af..e199bcd 100644
--- a/sysdeps/or1k/fpu/ftestexcept.c
+++ b/sysdeps/or1k/fpu/ftestexcept.c
@@ -1,5 +1,5 @@
/* Test exception in current environment. OpenRISC version.
- Copyright (C) 2024 Free Software Foundation, Inc.
+ Copyright (C) 2024-2025 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/sysdeps/or1k/fpu/get-rounding-mode.h b/sysdeps/or1k/fpu/get-rounding-mode.h
index a66d553..eb0bf43 100644
--- a/sysdeps/or1k/fpu/get-rounding-mode.h
+++ b/sysdeps/or1k/fpu/get-rounding-mode.h
@@ -1,6 +1,6 @@
/* Determine floating-point rounding mode within libc. OpenRISC version.
- Copyright (C) 2024 Free Software Foundation, Inc.
+ Copyright (C) 2024-2025 Free Software Foundation, Inc.
This file is part of the GNU C Library.