diff options
Diffstat (limited to 'sysdeps/arc/fpu')
-rw-r--r-- | sysdeps/arc/fpu/fclrexcpt.c | 2 | ||||
-rw-r--r-- | sysdeps/arc/fpu/fegetenv.c | 2 | ||||
-rw-r--r-- | sysdeps/arc/fpu/fegetmode.c | 2 | ||||
-rw-r--r-- | sysdeps/arc/fpu/fegetround.c | 2 | ||||
-rw-r--r-- | sysdeps/arc/fpu/feholdexcpt.c | 2 | ||||
-rw-r--r-- | sysdeps/arc/fpu/fesetenv.c | 2 | ||||
-rw-r--r-- | sysdeps/arc/fpu/fesetexcept.c | 2 | ||||
-rw-r--r-- | sysdeps/arc/fpu/fesetmode.c | 2 | ||||
-rw-r--r-- | sysdeps/arc/fpu/fesetround.c | 2 | ||||
-rw-r--r-- | sysdeps/arc/fpu/feupdateenv.c | 2 | ||||
-rw-r--r-- | sysdeps/arc/fpu/fgetexcptflg.c | 2 | ||||
-rw-r--r-- | sysdeps/arc/fpu/fraiseexcpt.c | 2 | ||||
-rw-r--r-- | sysdeps/arc/fpu/fsetexcptflg.c | 2 | ||||
-rw-r--r-- | sysdeps/arc/fpu/ftestexcept.c | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/sysdeps/arc/fpu/fclrexcpt.c b/sysdeps/arc/fpu/fclrexcpt.c index 7653d99..dfa9e59 100644 --- a/sysdeps/arc/fpu/fclrexcpt.c +++ b/sysdeps/arc/fpu/fclrexcpt.c @@ -1,5 +1,5 @@ /* Clear given exceptions in current floating-point environment. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-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/arc/fpu/fegetenv.c b/sysdeps/arc/fpu/fegetenv.c index bbb3b47..e085825 100644 --- a/sysdeps/arc/fpu/fegetenv.c +++ b/sysdeps/arc/fpu/fegetenv.c @@ -1,5 +1,5 @@ /* Store current floating-point environment. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-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/arc/fpu/fegetmode.c b/sysdeps/arc/fpu/fegetmode.c index f02c911..e3ffa48 100644 --- a/sysdeps/arc/fpu/fegetmode.c +++ b/sysdeps/arc/fpu/fegetmode.c @@ -1,5 +1,5 @@ /* Store current floating-point control modes. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-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/arc/fpu/fegetround.c b/sysdeps/arc/fpu/fegetround.c index c5496bc..517ee92 100644 --- a/sysdeps/arc/fpu/fegetround.c +++ b/sysdeps/arc/fpu/fegetround.c @@ -1,5 +1,5 @@ /* Return current rounding direction. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-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/arc/fpu/feholdexcpt.c b/sysdeps/arc/fpu/feholdexcpt.c index 59527ee..93094dc 100644 --- a/sysdeps/arc/fpu/feholdexcpt.c +++ b/sysdeps/arc/fpu/feholdexcpt.c @@ -1,5 +1,5 @@ /* Store current floating-point environment and clear exceptions. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-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/arc/fpu/fesetenv.c b/sysdeps/arc/fpu/fesetenv.c index 4ef858f..916a874 100644 --- a/sysdeps/arc/fpu/fesetenv.c +++ b/sysdeps/arc/fpu/fesetenv.c @@ -1,5 +1,5 @@ /* Install given floating-point environment (doesnot raise exceptions). - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-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/arc/fpu/fesetexcept.c b/sysdeps/arc/fpu/fesetexcept.c index 77517d0..9901d11 100644 --- a/sysdeps/arc/fpu/fesetexcept.c +++ b/sysdeps/arc/fpu/fesetexcept.c @@ -1,5 +1,5 @@ /* Set given exception flags. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-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/arc/fpu/fesetmode.c b/sysdeps/arc/fpu/fesetmode.c index c4ea02d..a54c746 100644 --- a/sysdeps/arc/fpu/fesetmode.c +++ b/sysdeps/arc/fpu/fesetmode.c @@ -1,5 +1,5 @@ /* Install given floating-point control modes. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-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/arc/fpu/fesetround.c b/sysdeps/arc/fpu/fesetround.c index 701c0b2..c090803 100644 --- a/sysdeps/arc/fpu/fesetround.c +++ b/sysdeps/arc/fpu/fesetround.c @@ -1,5 +1,5 @@ /* Set current rounding direction. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-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/arc/fpu/feupdateenv.c b/sysdeps/arc/fpu/feupdateenv.c index c63aefb..49e7bf3 100644 --- a/sysdeps/arc/fpu/feupdateenv.c +++ b/sysdeps/arc/fpu/feupdateenv.c @@ -1,6 +1,6 @@ /* Install given floating-point environment and raise exceptions, without clearing currently raised exceptions. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-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/arc/fpu/fgetexcptflg.c b/sysdeps/arc/fpu/fgetexcptflg.c index a816121..8c137ee 100644 --- a/sysdeps/arc/fpu/fgetexcptflg.c +++ b/sysdeps/arc/fpu/fgetexcptflg.c @@ -1,5 +1,5 @@ /* Store current representation for exceptions, ARC version. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-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/arc/fpu/fraiseexcpt.c b/sysdeps/arc/fpu/fraiseexcpt.c index 067c060..8988fcc 100644 --- a/sysdeps/arc/fpu/fraiseexcpt.c +++ b/sysdeps/arc/fpu/fraiseexcpt.c @@ -1,5 +1,5 @@ /* Raise given exceptions. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-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/arc/fpu/fsetexcptflg.c b/sysdeps/arc/fpu/fsetexcptflg.c index f9e08d5..b77cd0c 100644 --- a/sysdeps/arc/fpu/fsetexcptflg.c +++ b/sysdeps/arc/fpu/fsetexcptflg.c @@ -1,5 +1,5 @@ /* Set floating-point environment exception handling, ARC version. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-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/arc/fpu/ftestexcept.c b/sysdeps/arc/fpu/ftestexcept.c index bb8ed27..7f3edd2 100644 --- a/sysdeps/arc/fpu/ftestexcept.c +++ b/sysdeps/arc/fpu/ftestexcept.c @@ -1,5 +1,5 @@ /* Test exception in current environment. - Copyright (C) 2020 Free Software Foundation, Inc. + Copyright (C) 2020-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 |