aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/csky
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/csky
parenta31becca488b537cfc24bba7c0f48b2c44726240 (diff)
downloadgcc-83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c.zip
gcc-83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c.tar.gz
gcc-83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c.tar.bz2
Update copyright years.
Diffstat (limited to 'libgcc/config/csky')
-rw-r--r--libgcc/config/csky/crti.S2
-rw-r--r--libgcc/config/csky/crtn.S2
-rw-r--r--libgcc/config/csky/lib1funcs.S2
-rw-r--r--libgcc/config/csky/linux-atomic.c2
-rw-r--r--libgcc/config/csky/linux-unwind.h2
-rw-r--r--libgcc/config/csky/t-csky2
-rw-r--r--libgcc/config/csky/t-linux-csky2
7 files changed, 7 insertions, 7 deletions
diff --git a/libgcc/config/csky/crti.S b/libgcc/config/csky/crti.S
index aeae14d..08c9e43 100644
--- a/libgcc/config/csky/crti.S
+++ b/libgcc/config/csky/crti.S
@@ -1,5 +1,5 @@
# Define _init and _fini entry points for C-SKY.
-# Copyright (C) 2018-2022 Free Software Foundation, Inc.
+# Copyright (C) 2018-2023 Free Software Foundation, Inc.
# Contributed by C-SKY Microsystems and Mentor Graphics.
#
# This file is free software; you can redistribute it and/or modify it
diff --git a/libgcc/config/csky/crtn.S b/libgcc/config/csky/crtn.S
index b336460..4d8f298 100644
--- a/libgcc/config/csky/crtn.S
+++ b/libgcc/config/csky/crtn.S
@@ -1,5 +1,5 @@
# Terminate C-SKY .init and .fini sections.
-# Copyright (C) 2018-2022 Free Software Foundation, Inc.
+# Copyright (C) 2018-2023 Free Software Foundation, Inc.
# Contributed by C-SKY Microsystems and Mentor Graphics.
#
# This file is free software; you can redistribute it and/or modify it
diff --git a/libgcc/config/csky/lib1funcs.S b/libgcc/config/csky/lib1funcs.S
index 259e7cc..422bdcf 100644
--- a/libgcc/config/csky/lib1funcs.S
+++ b/libgcc/config/csky/lib1funcs.S
@@ -1,5 +1,5 @@
/* libgcc routines for C-SKY.
- Copyright (C) 2018-2022 Free Software Foundation, Inc.
+ Copyright (C) 2018-2023 Free Software Foundation, Inc.
Contributed by C-SKY Microsystems and Mentor Graphics.
This file is part of GCC.
diff --git a/libgcc/config/csky/linux-atomic.c b/libgcc/config/csky/linux-atomic.c
index 80ebd43..2e5f87f 100644
--- a/libgcc/config/csky/linux-atomic.c
+++ b/libgcc/config/csky/linux-atomic.c
@@ -1,5 +1,5 @@
/* Linux-specific atomic operations for C-SKY.
- Copyright (C) 2018-2022 Free Software Foundation, Inc.
+ Copyright (C) 2018-2023 Free Software Foundation, Inc.
Contributed by C-SKY Microsystems and Mentor Graphics.
This file is part of GCC.
diff --git a/libgcc/config/csky/linux-unwind.h b/libgcc/config/csky/linux-unwind.h
index bdc8f2e..66b2a44 100644
--- a/libgcc/config/csky/linux-unwind.h
+++ b/libgcc/config/csky/linux-unwind.h
@@ -1,5 +1,5 @@
/* DWARF2 EH unwinding support for C-SKY Linux.
- Copyright (C) 2018-2022 Free Software Foundation, Inc.
+ Copyright (C) 2018-2023 Free Software Foundation, Inc.
Contributed by C-SKY Microsystems and Mentor Graphics.
This file is part of GCC.
diff --git a/libgcc/config/csky/t-csky b/libgcc/config/csky/t-csky
index 8065c6f..8e3dda5 100644
--- a/libgcc/config/csky/t-csky
+++ b/libgcc/config/csky/t-csky
@@ -1,5 +1,5 @@
# Makefile fragment for all C-SKY targets.
-# Copyright (C) 2018-2022 Free Software Foundation, Inc.
+# Copyright (C) 2018-2023 Free Software Foundation, Inc.
# Contributed by C-SKY Microsystems and Mentor Graphics.
#
# This file is part of GCC.
diff --git a/libgcc/config/csky/t-linux-csky b/libgcc/config/csky/t-linux-csky
index 7cb0bd0..b490dcb 100644
--- a/libgcc/config/csky/t-linux-csky
+++ b/libgcc/config/csky/t-linux-csky
@@ -1,5 +1,5 @@
# Makefile fragment for C-SKY targets running Linux.
-# Copyright (C) 2018-2022 Free Software Foundation, Inc.
+# Copyright (C) 2018-2023 Free Software Foundation, Inc.
# Contributed by C-SKY Microsystems and Mentor Graphics.
#
# This file is part of GCC.