aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/riscv
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2023-01-16 11:50:43 +0100
committerJakub Jelinek <jakub@redhat.com>2023-01-16 11:52:17 +0100
commit83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c (patch)
tree730ac068df829f1af95259b5e9f1830552dc76ca /libgcc/config/riscv
parenta31becca488b537cfc24bba7c0f48b2c44726240 (diff)
downloadgcc-83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c.zip
gcc-83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c.tar.gz
gcc-83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c.tar.bz2
Update copyright years.
Diffstat (limited to 'libgcc/config/riscv')
-rw-r--r--libgcc/config/riscv/atomic.c2
-rw-r--r--libgcc/config/riscv/div.S2
-rw-r--r--libgcc/config/riscv/linux-unwind.h2
-rw-r--r--libgcc/config/riscv/muldi3.S2
-rw-r--r--libgcc/config/riscv/multi3.c2
-rw-r--r--libgcc/config/riscv/riscv-asm.h2
-rw-r--r--libgcc/config/riscv/save-restore.S2
-rw-r--r--libgcc/config/riscv/sfp-machine.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/libgcc/config/riscv/atomic.c b/libgcc/config/riscv/atomic.c
index 7007e7a..69f5362 100644
--- a/libgcc/config/riscv/atomic.c
+++ b/libgcc/config/riscv/atomic.c
@@ -1,6 +1,6 @@
/* Legacy sub-word atomics for RISC-V.
- Copyright (C) 2016-2022 Free Software Foundation, Inc.
+ Copyright (C) 2016-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libgcc/config/riscv/div.S b/libgcc/config/riscv/div.S
index d941a90..7d83f57 100644
--- a/libgcc/config/riscv/div.S
+++ b/libgcc/config/riscv/div.S
@@ -1,6 +1,6 @@
/* Integer division routines for RISC-V.
- Copyright (C) 2016-2022 Free Software Foundation, Inc.
+ Copyright (C) 2016-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libgcc/config/riscv/linux-unwind.h b/libgcc/config/riscv/linux-unwind.h
index c44d1a8..931c2f2 100644
--- a/libgcc/config/riscv/linux-unwind.h
+++ b/libgcc/config/riscv/linux-unwind.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2016-2023 Free Software Foundation, Inc.
This file is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/libgcc/config/riscv/muldi3.S b/libgcc/config/riscv/muldi3.S
index 16166d0..96cb9a0 100644
--- a/libgcc/config/riscv/muldi3.S
+++ b/libgcc/config/riscv/muldi3.S
@@ -1,6 +1,6 @@
/* Integer multiplication routines for RISC-V.
- Copyright (C) 2016-2022 Free Software Foundation, Inc.
+ Copyright (C) 2016-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libgcc/config/riscv/multi3.c b/libgcc/config/riscv/multi3.c
index f2e1c15..b826347 100644
--- a/libgcc/config/riscv/multi3.c
+++ b/libgcc/config/riscv/multi3.c
@@ -1,6 +1,6 @@
/* Multiplication two double word integers for RISC-V.
- Copyright (C) 2016-2022 Free Software Foundation, Inc.
+ Copyright (C) 2016-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libgcc/config/riscv/riscv-asm.h b/libgcc/config/riscv/riscv-asm.h
index b70930e..6b882fc 100644
--- a/libgcc/config/riscv/riscv-asm.h
+++ b/libgcc/config/riscv/riscv-asm.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2017-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2017-2023 Free Software Foundation, Inc.
This file is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/libgcc/config/riscv/save-restore.S b/libgcc/config/riscv/save-restore.S
index d028a09..878b12c 100644
--- a/libgcc/config/riscv/save-restore.S
+++ b/libgcc/config/riscv/save-restore.S
@@ -1,6 +1,6 @@
/* Callee-saved register spill and fill routines for RISC-V.
- Copyright (C) 2016-2022 Free Software Foundation, Inc.
+ Copyright (C) 2016-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/libgcc/config/riscv/sfp-machine.h b/libgcc/config/riscv/sfp-machine.h
index b2901f0..ded594d 100644
--- a/libgcc/config/riscv/sfp-machine.h
+++ b/libgcc/config/riscv/sfp-machine.h
@@ -1,6 +1,6 @@
/* Software floating-point machine description for RISC-V.
- Copyright (C) 2016-2022 Free Software Foundation, Inc.
+ Copyright (C) 2016-2023 Free Software Foundation, Inc.
This file is part of GCC.