diff options
Diffstat (limited to 'sysdeps/riscv/rv32')
-rw-r--r-- | sysdeps/riscv/rv32/fix-fp-int-convert-overflow.h | 2 | ||||
-rw-r--r-- | sysdeps/riscv/rv32/rvd/s_lrint.c | 2 | ||||
-rw-r--r-- | sysdeps/riscv/rv32/rvd/s_lround.c | 2 | ||||
-rw-r--r-- | sysdeps/riscv/rv32/rvf/s_lrintf.c | 2 | ||||
-rw-r--r-- | sysdeps/riscv/rv32/rvf/s_lroundf.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sysdeps/riscv/rv32/fix-fp-int-convert-overflow.h b/sysdeps/riscv/rv32/fix-fp-int-convert-overflow.h index 63c0177d07..be971802df 100644 --- a/sysdeps/riscv/rv32/fix-fp-int-convert-overflow.h +++ b/sysdeps/riscv/rv32/fix-fp-int-convert-overflow.h @@ -1,5 +1,5 @@ /* Fix for conversion of floating point to integer overflow. RISC-V version. - Copyright (C) 2020-2021 Free Software Foundation, Inc. + Copyright (C) 2020-2022 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/riscv/rv32/rvd/s_lrint.c b/sysdeps/riscv/rv32/rvd/s_lrint.c index 0d3dd17951..f0a4d6135f 100644 --- a/sysdeps/riscv/rv32/rvd/s_lrint.c +++ b/sysdeps/riscv/rv32/rvd/s_lrint.c @@ -1,5 +1,5 @@ /* lrint(). The 32-bit RISC-V (RV32) version. - Copyright (C) 2020-2021 Free Software Foundation, Inc. + Copyright (C) 2020-2022 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/riscv/rv32/rvd/s_lround.c b/sysdeps/riscv/rv32/rvd/s_lround.c index 1d97b1e10a..7549461095 100644 --- a/sysdeps/riscv/rv32/rvd/s_lround.c +++ b/sysdeps/riscv/rv32/rvd/s_lround.c @@ -1,5 +1,5 @@ /* lround(). 32-bit RISC-V (RV32) version. - Copyright (C) 2020-2021 Free Software Foundation, Inc. + Copyright (C) 2020-2022 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/riscv/rv32/rvf/s_lrintf.c b/sysdeps/riscv/rv32/rvf/s_lrintf.c index 41ed6f0388..6cc281f82a 100644 --- a/sysdeps/riscv/rv32/rvf/s_lrintf.c +++ b/sysdeps/riscv/rv32/rvf/s_lrintf.c @@ -1,5 +1,5 @@ /* lrintf(). 32-bit RISC-V (RV32) version. - Copyright (C) 2020-2021 Free Software Foundation, Inc. + Copyright (C) 2020-2022 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/riscv/rv32/rvf/s_lroundf.c b/sysdeps/riscv/rv32/rvf/s_lroundf.c index a18f30f16e..dcaef30fc7 100644 --- a/sysdeps/riscv/rv32/rvf/s_lroundf.c +++ b/sysdeps/riscv/rv32/rvf/s_lroundf.c @@ -1,5 +1,5 @@ /* lroundf(). 32-bit RISC-V (RV32) version. - Copyright (C) 2020-2021 Free Software Foundation, Inc. + Copyright (C) 2020-2022 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 |