aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/csky
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2021-01-04 10:26:59 +0100
committerJakub Jelinek <jakub@redhat.com>2021-01-04 10:26:59 +0100
commit99dee82307f1e163e150c9c810452979994047ce (patch)
tree4f935e06cc2e81cb69c09eab061c9dcf8dbbbfd4 /gcc/config/csky
parentc00e2af3639eda2dccffb55049b3d79389fbe90a (diff)
downloadgcc-99dee82307f1e163e150c9c810452979994047ce.zip
gcc-99dee82307f1e163e150c9c810452979994047ce.tar.gz
gcc-99dee82307f1e163e150c9c810452979994047ce.tar.bz2
Update copyright years.
Diffstat (limited to 'gcc/config/csky')
-rw-r--r--gcc/config/csky/constraints.md2
-rw-r--r--gcc/config/csky/csky-elf.h2
-rw-r--r--gcc/config/csky/csky-linux-elf.h2
-rw-r--r--gcc/config/csky/csky-protos.h2
-rw-r--r--gcc/config/csky/csky.c2
-rw-r--r--gcc/config/csky/csky.h2
-rw-r--r--gcc/config/csky/csky.md2
-rw-r--r--gcc/config/csky/csky.opt2
-rw-r--r--gcc/config/csky/csky_cores.def2
-rw-r--r--gcc/config/csky/csky_genopt.sh4
-rw-r--r--gcc/config/csky/csky_insn_dsp.md2
-rw-r--r--gcc/config/csky/csky_insn_fpu.md2
-rw-r--r--gcc/config/csky/csky_isa.def2
-rw-r--r--gcc/config/csky/csky_isa.h2
-rw-r--r--gcc/config/csky/csky_opts.h2
-rw-r--r--gcc/config/csky/csky_pipeline_ck801.md2
-rw-r--r--gcc/config/csky/csky_pipeline_ck802.md2
-rw-r--r--gcc/config/csky/csky_pipeline_ck803.md2
-rw-r--r--gcc/config/csky/csky_pipeline_ck810.md2
-rw-r--r--gcc/config/csky/csky_tables.opt2
-rw-r--r--gcc/config/csky/predicates.md2
-rw-r--r--gcc/config/csky/print-sysroot-suffix.sh2
-rw-r--r--gcc/config/csky/t-csky2
-rw-r--r--gcc/config/csky/t-csky-elf2
-rw-r--r--gcc/config/csky/t-csky-linux2
-rw-r--r--gcc/config/csky/t-sysroot-suffix2
26 files changed, 27 insertions, 27 deletions
diff --git a/gcc/config/csky/constraints.md b/gcc/config/csky/constraints.md
index b9990b7..6067d3d 100644
--- a/gcc/config/csky/constraints.md
+++ b/gcc/config/csky/constraints.md
@@ -1,5 +1,5 @@
;; Constraints for C-SKY.
-;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2021 Free Software Foundation, Inc.
;; Contributed by C-SKY Microsystems and Mentor Graphics.
;;
;; This file is part of GCC.
diff --git a/gcc/config/csky/csky-elf.h b/gcc/config/csky/csky-elf.h
index a79d757..0a3b1f8 100644
--- a/gcc/config/csky/csky-elf.h
+++ b/gcc/config/csky/csky-elf.h
@@ -1,5 +1,5 @@
/* Declarations for bare-metal C-SKY targets.
- Copyright (C) 2018-2020 Free Software Foundation, Inc.
+ Copyright (C) 2018-2021 Free Software Foundation, Inc.
Contributed by C-SKY Microsystems and Mentor Graphics.
This file is part of GCC.
diff --git a/gcc/config/csky/csky-linux-elf.h b/gcc/config/csky/csky-linux-elf.h
index cf587ae..58a1f39 100644
--- a/gcc/config/csky/csky-linux-elf.h
+++ b/gcc/config/csky/csky-linux-elf.h
@@ -1,5 +1,5 @@
/* Declarations for C-SKY targets running Linux.
- Copyright (C) 2018-2020 Free Software Foundation, Inc.
+ Copyright (C) 2018-2021 Free Software Foundation, Inc.
Contributed by C-SKY Microsystems and Mentor Graphics.
This file is part of GCC.
diff --git a/gcc/config/csky/csky-protos.h b/gcc/config/csky/csky-protos.h
index 2c02399..7a2e23e 100644
--- a/gcc/config/csky/csky-protos.h
+++ b/gcc/config/csky/csky-protos.h
@@ -1,5 +1,5 @@
/* Prototype declarations for the C-SKY back end.
- Copyright (C) 2018-2020 Free Software Foundation, Inc.
+ Copyright (C) 2018-2021 Free Software Foundation, Inc.
Contributed by C-SKY Microsystems and Mentor Graphics.
This file is part of GCC.
diff --git a/gcc/config/csky/csky.c b/gcc/config/csky/csky.c
index 3b03f3f..cdb95fe 100644
--- a/gcc/config/csky/csky.c
+++ b/gcc/config/csky/csky.c
@@ -1,5 +1,5 @@
/* GCC backend functions for C-SKY targets.
- Copyright (C) 2018-2020 Free Software Foundation, Inc.
+ Copyright (C) 2018-2021 Free Software Foundation, Inc.
Contributed by C-SKY Microsystems and Mentor Graphics.
This file is part of GCC.
diff --git a/gcc/config/csky/csky.h b/gcc/config/csky/csky.h
index 190a668..c7590ab 100644
--- a/gcc/config/csky/csky.h
+++ b/gcc/config/csky/csky.h
@@ -1,5 +1,5 @@
/* Declarations for the C-SKY back end.
- Copyright (C) 2018-2020 Free Software Foundation, Inc.
+ Copyright (C) 2018-2021 Free Software Foundation, Inc.
Contributed by C-SKY Microsystems and Mentor Graphics.
This file is part of GCC.
diff --git a/gcc/config/csky/csky.md b/gcc/config/csky/csky.md
index 78c9b80..8bb3b2b 100644
--- a/gcc/config/csky/csky.md
+++ b/gcc/config/csky/csky.md
@@ -1,5 +1,5 @@
;; Machine description for C-SKY processors.
-;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2021 Free Software Foundation, Inc.
;; Contributed by C-SKY Microsystems and Mentor Graphics.
;;
;; This file is part of GCC.
diff --git a/gcc/config/csky/csky.opt b/gcc/config/csky/csky.opt
index d5fbbdc..8ddad73 100644
--- a/gcc/config/csky/csky.opt
+++ b/gcc/config/csky/csky.opt
@@ -1,5 +1,5 @@
;; Command-line options for the C-SKY back end.
-;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2021 Free Software Foundation, Inc.
;; Contributed by C-SKY Microsystems and Mentor Graphics.
;;
;; This file is part of GCC.
diff --git a/gcc/config/csky/csky_cores.def b/gcc/config/csky/csky_cores.def
index c18fa79..8309e99 100644
--- a/gcc/config/csky/csky_cores.def
+++ b/gcc/config/csky/csky_cores.def
@@ -1,5 +1,5 @@
/* Architecture and core descriptions for the C-SKY back end.
- Copyright (C) 2018-2020 Free Software Foundation, Inc.
+ Copyright (C) 2018-2021 Free Software Foundation, Inc.
Contributed by C-SKY Microsystems and Mentor Graphics.
This file is part of GCC.
diff --git a/gcc/config/csky/csky_genopt.sh b/gcc/config/csky/csky_genopt.sh
index 7825416..dc6e53f 100644
--- a/gcc/config/csky/csky_genopt.sh
+++ b/gcc/config/csky/csky_genopt.sh
@@ -1,6 +1,6 @@
#!/bin/sh
# Generate csky_tables.opt from the lists in *.def.
-# Copyright (C) 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2018-2021 Free Software Foundation, Inc.
# Contributed by C-SKY Microsystems and Mentor Graphics.
#
# This file is part of GCC.
@@ -23,7 +23,7 @@ cat <<EOF
; -*- buffer-read-only: t -*-
; Generated automatically by csky_genopt.sh from csky_cores.def.
-; Copyright (C) 2018-2020 Free Software Foundation, Inc.
+; Copyright (C) 2018-2021 Free Software Foundation, Inc.
;
; This file is part of GCC.
;
diff --git a/gcc/config/csky/csky_insn_dsp.md b/gcc/config/csky/csky_insn_dsp.md
index 7461115..be12bc2 100644
--- a/gcc/config/csky/csky_insn_dsp.md
+++ b/gcc/config/csky/csky_insn_dsp.md
@@ -1,5 +1,5 @@
;; C-SKY DSP instruction descriptions.
-;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2021 Free Software Foundation, Inc.
;; Contributed by C-SKY Microsystems and Mentor Graphics.
;;
;; This file is part of GCC.
diff --git a/gcc/config/csky/csky_insn_fpu.md b/gcc/config/csky/csky_insn_fpu.md
index 700208e..c1e78af 100644
--- a/gcc/config/csky/csky_insn_fpu.md
+++ b/gcc/config/csky/csky_insn_fpu.md
@@ -1,5 +1,5 @@
;; C-SKY FPU instruction descriptions.
-;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2021 Free Software Foundation, Inc.
;; Contributed by C-SKY Microsystems and Mentor Graphics.
;;
;; This file is part of GCC.
diff --git a/gcc/config/csky/csky_isa.def b/gcc/config/csky/csky_isa.def
index 42c896a..5edce16 100644
--- a/gcc/config/csky/csky_isa.def
+++ b/gcc/config/csky/csky_isa.def
@@ -1,5 +1,5 @@
/* ISA feature descriptions for the C-SKY back end.
- Copyright (C) 2018-2020 Free Software Foundation, Inc.
+ Copyright (C) 2018-2021 Free Software Foundation, Inc.
Contributed by C-SKY Microsystems and Mentor Graphics.
This file is part of GCC.
diff --git a/gcc/config/csky/csky_isa.h b/gcc/config/csky/csky_isa.h
index 2245a4e..be61c26 100644
--- a/gcc/config/csky/csky_isa.h
+++ b/gcc/config/csky/csky_isa.h
@@ -1,5 +1,5 @@
/* ISA feature enumerations for C-SKY targets.
- Copyright (C) 2018-2020 Free Software Foundation, Inc.
+ Copyright (C) 2018-2021 Free Software Foundation, Inc.
Contributed by C-SKY Microsystems and Mentor Graphics.
This file is part of GCC.
diff --git a/gcc/config/csky/csky_opts.h b/gcc/config/csky/csky_opts.h
index 7ee56be..19d18c9 100644
--- a/gcc/config/csky/csky_opts.h
+++ b/gcc/config/csky/csky_opts.h
@@ -1,5 +1,5 @@
/* Processor and arch enumerations for C-SKY targets.
- Copyright (C) 2018-2020 Free Software Foundation, Inc.
+ Copyright (C) 2018-2021 Free Software Foundation, Inc.
Contributed by C-SKY Microsystems and Mentor Graphics.
This file is part of GCC.
diff --git a/gcc/config/csky/csky_pipeline_ck801.md b/gcc/config/csky/csky_pipeline_ck801.md
index c6fec4e..f9b3386 100644
--- a/gcc/config/csky/csky_pipeline_ck801.md
+++ b/gcc/config/csky/csky_pipeline_ck801.md
@@ -1,5 +1,5 @@
;; Scheduler information for C-SKY CK801 processors.
-;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2021 Free Software Foundation, Inc.
;; Contributed by C-SKY Microsystems and Mentor Graphics.
;;
;; This file is part of GCC.
diff --git a/gcc/config/csky/csky_pipeline_ck802.md b/gcc/config/csky/csky_pipeline_ck802.md
index 5f6db23..bf1c2a7 100644
--- a/gcc/config/csky/csky_pipeline_ck802.md
+++ b/gcc/config/csky/csky_pipeline_ck802.md
@@ -1,5 +1,5 @@
;; Instruction scheduling information for C-SKY CK802 processors.
-;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2021 Free Software Foundation, Inc.
;; Contributed by C-SKY Microsystems and Mentor Graphics.
;;
;; This file is part of GCC.
diff --git a/gcc/config/csky/csky_pipeline_ck803.md b/gcc/config/csky/csky_pipeline_ck803.md
index 8357454..40a5ee8 100644
--- a/gcc/config/csky/csky_pipeline_ck803.md
+++ b/gcc/config/csky/csky_pipeline_ck803.md
@@ -1,5 +1,5 @@
;; Scheduler information for C-SKY CK803 processors.
-;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2021 Free Software Foundation, Inc.
;; Contributed by C-SKY Microsystems and Mentor Graphics.
;;
;; This file is part of GCC.
diff --git a/gcc/config/csky/csky_pipeline_ck810.md b/gcc/config/csky/csky_pipeline_ck810.md
index 416bda9..e43260b 100644
--- a/gcc/config/csky/csky_pipeline_ck810.md
+++ b/gcc/config/csky/csky_pipeline_ck810.md
@@ -1,5 +1,5 @@
;; Instruction scheduling information for C-SKY CK810 processors.
-;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2021 Free Software Foundation, Inc.
;; Contributed by C-SKY Microsystems and Mentor Graphics.
;;
;; This file is part of GCC.
diff --git a/gcc/config/csky/csky_tables.opt b/gcc/config/csky/csky_tables.opt
index f7202b2..3501f90 100644
--- a/gcc/config/csky/csky_tables.opt
+++ b/gcc/config/csky/csky_tables.opt
@@ -1,7 +1,7 @@
; -*- buffer-read-only: t -*-
; Generated automatically by csky_genopt.sh from csky_cores.def.
-; Copyright (C) 2018-2020 Free Software Foundation, Inc.
+; Copyright (C) 2018-2021 Free Software Foundation, Inc.
;
; This file is part of GCC.
;
diff --git a/gcc/config/csky/predicates.md b/gcc/config/csky/predicates.md
index dfccfd3..4ffecb0 100644
--- a/gcc/config/csky/predicates.md
+++ b/gcc/config/csky/predicates.md
@@ -1,5 +1,5 @@
;; Predicates for C-SKY.
-;; Copyright (C) 2018-2020 Free Software Foundation, Inc.
+;; Copyright (C) 2018-2021 Free Software Foundation, Inc.
;; Contributed by C-SKY Microsystems and Mentor Graphics.
;;
;; This file is part of GCC.
diff --git a/gcc/config/csky/print-sysroot-suffix.sh b/gcc/config/csky/print-sysroot-suffix.sh
index 04db7e7..4840bc6 100644
--- a/gcc/config/csky/print-sysroot-suffix.sh
+++ b/gcc/config/csky/print-sysroot-suffix.sh
@@ -2,7 +2,7 @@
# Script to generate SYSROOT_SUFFIX_SPEC equivalent to MULTILIB_OSDIRNAMES
# Arguments are MULTILIB_OSDIRNAMES, MULTILIB_OPTIONS and MULTILIB_MATCHES.
-# Copyright (C) 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2018-2021 Free Software Foundation, Inc.
# Contributed by C-SKY Microsystems and Mentor Graphics.
# This file is part of GCC.
diff --git a/gcc/config/csky/t-csky b/gcc/config/csky/t-csky
index ab38fd6..2c9ae9df 100644
--- a/gcc/config/csky/t-csky
+++ b/gcc/config/csky/t-csky
@@ -1,6 +1,6 @@
# Make rules for all C-SKY targets.
#
-# Copyright (C) 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2018-2021 Free Software Foundation, Inc.
# Contributed by C-SKY Microsystems and Mentor Graphics.
#
# This file is part of GCC.
diff --git a/gcc/config/csky/t-csky-elf b/gcc/config/csky/t-csky-elf
index 62a2d83..bbdf286 100644
--- a/gcc/config/csky/t-csky-elf
+++ b/gcc/config/csky/t-csky-elf
@@ -1,6 +1,6 @@
# Multilib configuration for csky*-elf.
#
-# Copyright (C) 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2018-2021 Free Software Foundation, Inc.
# Contributed by C-SKY Microsystems and Mentor Graphics.
#
# This file is part of GCC.
diff --git a/gcc/config/csky/t-csky-linux b/gcc/config/csky/t-csky-linux
index f4d656a..9435b7a 100644
--- a/gcc/config/csky/t-csky-linux
+++ b/gcc/config/csky/t-csky-linux
@@ -1,6 +1,6 @@
# Multilib configuration for csky*-linux-*.
#
-# Copyright (C) 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2018-2021 Free Software Foundation, Inc.
# Contributed by C-SKY Microsystems and Mentor Graphics.
#
# This file is part of GCC.
diff --git a/gcc/config/csky/t-sysroot-suffix b/gcc/config/csky/t-sysroot-suffix
index 04bf8dd..d891f69 100644
--- a/gcc/config/csky/t-sysroot-suffix
+++ b/gcc/config/csky/t-sysroot-suffix
@@ -1,6 +1,6 @@
# Makefile fragment for C-SKY sysroot suffix.
#
-# Copyright (C) 2018-2020 Free Software Foundation, Inc.
+# Copyright (C) 2018-2021 Free Software Foundation, Inc.
# Contributed by C-SKY Microsystems and Mentor Graphics.
#
# This file is part of GCC.