diff options
Diffstat (limited to 'sysdeps/csky/fpu')
-rw-r--r-- | sysdeps/csky/fpu/fclrexcpt.c | 2 | ||||
-rw-r--r-- | sysdeps/csky/fpu/fedisblxcpt.c | 2 | ||||
-rw-r--r-- | sysdeps/csky/fpu/feenablxcpt.c | 2 | ||||
-rw-r--r-- | sysdeps/csky/fpu/fegetenv.c | 2 | ||||
-rw-r--r-- | sysdeps/csky/fpu/fegetexcept.c | 2 | ||||
-rw-r--r-- | sysdeps/csky/fpu/fegetmode.c | 2 | ||||
-rw-r--r-- | sysdeps/csky/fpu/fegetround.c | 2 | ||||
-rw-r--r-- | sysdeps/csky/fpu/feholdexcpt.c | 2 | ||||
-rw-r--r-- | sysdeps/csky/fpu/fenv_libc.h | 2 | ||||
-rw-r--r-- | sysdeps/csky/fpu/fenv_private.h | 2 | ||||
-rw-r--r-- | sysdeps/csky/fpu/fesetenv.c | 2 | ||||
-rw-r--r-- | sysdeps/csky/fpu/fesetexcept.c | 2 | ||||
-rw-r--r-- | sysdeps/csky/fpu/fesetmode.c | 2 | ||||
-rw-r--r-- | sysdeps/csky/fpu/fesetround.c | 2 | ||||
-rw-r--r-- | sysdeps/csky/fpu/feupdateenv.c | 2 | ||||
-rw-r--r-- | sysdeps/csky/fpu/fgetexcptflg.c | 2 | ||||
-rw-r--r-- | sysdeps/csky/fpu/fix-fp-int-convert-overflow.h | 2 | ||||
-rw-r--r-- | sysdeps/csky/fpu/fraiseexcpt.c | 2 | ||||
-rw-r--r-- | sysdeps/csky/fpu/fsetexcptflg.c | 2 | ||||
-rw-r--r-- | sysdeps/csky/fpu/ftestexcept.c | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/sysdeps/csky/fpu/fclrexcpt.c b/sysdeps/csky/fpu/fclrexcpt.c index 01705d5428..9424d1d5ba 100644 --- a/sysdeps/csky/fpu/fclrexcpt.c +++ b/sysdeps/csky/fpu/fclrexcpt.c @@ -1,5 +1,5 @@ /* Clear given exceptions in current floating-point environment. - Copyright (C) 2018-2020 Free Software Foundation, Inc. + Copyright (C) 2018-2021 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/csky/fpu/fedisblxcpt.c b/sysdeps/csky/fpu/fedisblxcpt.c index 11480d8414..1c15e1fdc2 100644 --- a/sysdeps/csky/fpu/fedisblxcpt.c +++ b/sysdeps/csky/fpu/fedisblxcpt.c @@ -1,5 +1,5 @@ /* Disable floating-point exceptions. - Copyright (C) 2018-2020 Free Software Foundation, Inc. + Copyright (C) 2018-2021 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/csky/fpu/feenablxcpt.c b/sysdeps/csky/fpu/feenablxcpt.c index 635c029d0b..2f2b52053a 100644 --- a/sysdeps/csky/fpu/feenablxcpt.c +++ b/sysdeps/csky/fpu/feenablxcpt.c @@ -1,5 +1,5 @@ /* Enable floating-point exceptions. - Copyright (C) 2018-2020 Free Software Foundation, Inc. + Copyright (C) 2018-2021 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/csky/fpu/fegetenv.c b/sysdeps/csky/fpu/fegetenv.c index afed1c3981..ceba5f17d1 100644 --- a/sysdeps/csky/fpu/fegetenv.c +++ b/sysdeps/csky/fpu/fegetenv.c @@ -1,5 +1,5 @@ /* Store current floating-point environment. - Copyright (C) 2018-2020 Free Software Foundation, Inc. + Copyright (C) 2018-2021 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/csky/fpu/fegetexcept.c b/sysdeps/csky/fpu/fegetexcept.c index f5fe4568f2..410979f9d2 100644 --- a/sysdeps/csky/fpu/fegetexcept.c +++ b/sysdeps/csky/fpu/fegetexcept.c @@ -1,5 +1,5 @@ /* Get enabled floating-point exceptions. - Copyright (C) 2018-2020 Free Software Foundation, Inc. + Copyright (C) 2018-2021 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/csky/fpu/fegetmode.c b/sysdeps/csky/fpu/fegetmode.c index 189e2ce0e3..24afcccc48 100644 --- a/sysdeps/csky/fpu/fegetmode.c +++ b/sysdeps/csky/fpu/fegetmode.c @@ -1,5 +1,5 @@ /* Store current floating-point control modes. - Copyright (C) 2018-2020 Free Software Foundation, Inc. + Copyright (C) 2018-2021 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/csky/fpu/fegetround.c b/sysdeps/csky/fpu/fegetround.c index 215deb3c57..4b1851a49d 100644 --- a/sysdeps/csky/fpu/fegetround.c +++ b/sysdeps/csky/fpu/fegetround.c @@ -1,5 +1,5 @@ /* Return current rounding direction. - Copyright (C) 2018-2020 Free Software Foundation, Inc. + Copyright (C) 2018-2021 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/csky/fpu/feholdexcpt.c b/sysdeps/csky/fpu/feholdexcpt.c index db51f9f89c..a1a47f3c8c 100644 --- a/sysdeps/csky/fpu/feholdexcpt.c +++ b/sysdeps/csky/fpu/feholdexcpt.c @@ -1,5 +1,5 @@ /* Store current floating-point environment and clear exceptions. - Copyright (C) 2018-2020 Free Software Foundation, Inc. + Copyright (C) 2018-2021 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/csky/fpu/fenv_libc.h b/sysdeps/csky/fpu/fenv_libc.h index 7d6c93e3a2..5d0894ef89 100644 --- a/sysdeps/csky/fpu/fenv_libc.h +++ b/sysdeps/csky/fpu/fenv_libc.h @@ -1,5 +1,5 @@ /* fpu registers environment. C-SKY version. - Copyright (C) 2018-2020 Free Software Foundation, Inc. + Copyright (C) 2018-2021 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/csky/fpu/fenv_private.h b/sysdeps/csky/fpu/fenv_private.h index d2987708e9..81ca6ef832 100644 --- a/sysdeps/csky/fpu/fenv_private.h +++ b/sysdeps/csky/fpu/fenv_private.h @@ -1,5 +1,5 @@ /* Private floating point rounding and exceptions handling. C-SKY version. - Copyright (C) 2018-2020 Free Software Foundation, Inc. + Copyright (C) 2018-2021 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/csky/fpu/fesetenv.c b/sysdeps/csky/fpu/fesetenv.c index cc5aa1a1b3..fb4bddbd4a 100644 --- a/sysdeps/csky/fpu/fesetenv.c +++ b/sysdeps/csky/fpu/fesetenv.c @@ -1,5 +1,5 @@ /* Install given floating-point environment. - Copyright (C) 2018-2020 Free Software Foundation, Inc. + Copyright (C) 2018-2021 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/csky/fpu/fesetexcept.c b/sysdeps/csky/fpu/fesetexcept.c index 56dcb49cb9..fc4fea86a7 100644 --- a/sysdeps/csky/fpu/fesetexcept.c +++ b/sysdeps/csky/fpu/fesetexcept.c @@ -1,5 +1,5 @@ /* Set given exception flags. - Copyright (C) 2018-2020 Free Software Foundation, Inc. + Copyright (C) 2018-2021 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/csky/fpu/fesetmode.c b/sysdeps/csky/fpu/fesetmode.c index acdba6e8e6..0a0062cbb0 100644 --- a/sysdeps/csky/fpu/fesetmode.c +++ b/sysdeps/csky/fpu/fesetmode.c @@ -1,5 +1,5 @@ /* Install given floating-point control modes. - Copyright (C) 2018-2020 Free Software Foundation, Inc. + Copyright (C) 2018-2021 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/csky/fpu/fesetround.c b/sysdeps/csky/fpu/fesetround.c index 8969b7d7b0..c30df4adce 100644 --- a/sysdeps/csky/fpu/fesetround.c +++ b/sysdeps/csky/fpu/fesetround.c @@ -1,5 +1,5 @@ /* Set current rounding direction. - Copyright (C) 2018-2020 Free Software Foundation, Inc. + Copyright (C) 2018-2021 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/csky/fpu/feupdateenv.c b/sysdeps/csky/fpu/feupdateenv.c index c75082d86a..5ade7aa502 100644 --- a/sysdeps/csky/fpu/feupdateenv.c +++ b/sysdeps/csky/fpu/feupdateenv.c @@ -1,5 +1,5 @@ /* Install given floating-point environment and raise exceptions. - Copyright (C) 2018-2020 Free Software Foundation, Inc. + Copyright (C) 2018-2021 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/csky/fpu/fgetexcptflg.c b/sysdeps/csky/fpu/fgetexcptflg.c index c4b6268e38..5b81667b63 100644 --- a/sysdeps/csky/fpu/fgetexcptflg.c +++ b/sysdeps/csky/fpu/fgetexcptflg.c @@ -1,5 +1,5 @@ /* Store current representation for exceptions. - Copyright (C) 2018-2020 Free Software Foundation, Inc. + Copyright (C) 2018-2021 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/csky/fpu/fix-fp-int-convert-overflow.h b/sysdeps/csky/fpu/fix-fp-int-convert-overflow.h index 29a09d3c05..8a23e0d91b 100644 --- a/sysdeps/csky/fpu/fix-fp-int-convert-overflow.h +++ b/sysdeps/csky/fpu/fix-fp-int-convert-overflow.h @@ -1,5 +1,5 @@ /* Fix for conversion of floating point to integer overflow. C-SKY version. - Copyright (C) 2015-2020 Free Software Foundation, Inc. + Copyright (C) 2015-2021 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/csky/fpu/fraiseexcpt.c b/sysdeps/csky/fpu/fraiseexcpt.c index cc948086e2..c3e8d95b94 100644 --- a/sysdeps/csky/fpu/fraiseexcpt.c +++ b/sysdeps/csky/fpu/fraiseexcpt.c @@ -1,5 +1,5 @@ /* Raise given exceptions. - Copyright (C) 2018-2020 Free Software Foundation, Inc. + Copyright (C) 2018-2021 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/csky/fpu/fsetexcptflg.c b/sysdeps/csky/fpu/fsetexcptflg.c index f6c6dc7c3c..2c5547114f 100644 --- a/sysdeps/csky/fpu/fsetexcptflg.c +++ b/sysdeps/csky/fpu/fsetexcptflg.c @@ -1,5 +1,5 @@ /* Set floating-point environment exception handling. - Copyright (C) 2018-2020 Free Software Foundation, Inc. + Copyright (C) 2018-2021 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/csky/fpu/ftestexcept.c b/sysdeps/csky/fpu/ftestexcept.c index dc23c8b18a..c83aef054d 100644 --- a/sysdeps/csky/fpu/ftestexcept.c +++ b/sysdeps/csky/fpu/ftestexcept.c @@ -1,5 +1,5 @@ /* Test exception in current environment. - Copyright (C) 2018-2020 Free Software Foundation, Inc. + Copyright (C) 2018-2021 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 |