aboutsummaryrefslogtreecommitdiff
path: root/gcc/common
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/common')
-rw-r--r--gcc/common/common-target-def.h2
-rw-r--r--gcc/common/common-target.def2
-rw-r--r--gcc/common/common-target.h2
-rw-r--r--gcc/common/common-targhooks.cc2
-rw-r--r--gcc/common/common-targhooks.h2
-rw-r--r--gcc/common/config/aarch64/aarch64-common.cc2
-rw-r--r--gcc/common/config/alpha/alpha-common.cc2
-rw-r--r--gcc/common/config/arc/arc-common.cc2
-rw-r--r--gcc/common/config/arm/arm-common.cc2
-rw-r--r--gcc/common/config/avr/avr-common.cc2
-rw-r--r--gcc/common/config/bfin/bfin-common.cc2
-rw-r--r--gcc/common/config/bpf/bpf-common.cc2
-rw-r--r--gcc/common/config/c6x/c6x-common.cc2
-rw-r--r--gcc/common/config/cris/cris-common.cc2
-rw-r--r--gcc/common/config/csky/csky-common.cc2
-rw-r--r--gcc/common/config/default-common.cc2
-rw-r--r--gcc/common/config/epiphany/epiphany-common.cc2
-rw-r--r--gcc/common/config/fr30/fr30-common.cc2
-rw-r--r--gcc/common/config/frv/frv-common.cc2
-rw-r--r--gcc/common/config/gcn/gcn-common.cc2
-rw-r--r--gcc/common/config/h8300/h8300-common.cc2
-rw-r--r--gcc/common/config/i386/cpuinfo.h2
-rw-r--r--gcc/common/config/i386/i386-common.cc2
-rw-r--r--gcc/common/config/i386/i386-cpuinfo.h2
-rw-r--r--gcc/common/config/i386/i386-isas.h2
-rw-r--r--gcc/common/config/ia64/ia64-common.cc2
-rw-r--r--gcc/common/config/iq2000/iq2000-common.cc2
-rw-r--r--gcc/common/config/lm32/lm32-common.cc2
-rw-r--r--gcc/common/config/loongarch/loongarch-common.cc2
-rw-r--r--gcc/common/config/m32r/m32r-common.cc2
-rw-r--r--gcc/common/config/m68k/m68k-common.cc2
-rw-r--r--gcc/common/config/mcore/mcore-common.cc2
-rw-r--r--gcc/common/config/microblaze/microblaze-common.cc2
-rw-r--r--gcc/common/config/mips/mips-common.cc2
-rw-r--r--gcc/common/config/mmix/mmix-common.cc2
-rw-r--r--gcc/common/config/mn10300/mn10300-common.cc2
-rw-r--r--gcc/common/config/msp430/msp430-common.cc2
-rw-r--r--gcc/common/config/nds32/nds32-common.cc2
-rw-r--r--gcc/common/config/nios2/nios2-common.cc2
-rw-r--r--gcc/common/config/nvptx/nvptx-common.cc2
-rw-r--r--gcc/common/config/or1k/or1k-common.cc2
-rw-r--r--gcc/common/config/pa/pa-common.cc2
-rw-r--r--gcc/common/config/pdp11/pdp11-common.cc2
-rw-r--r--gcc/common/config/pru/pru-common.cc2
-rw-r--r--gcc/common/config/riscv/riscv-common.cc2
-rw-r--r--gcc/common/config/rs6000/rs6000-common.cc2
-rw-r--r--gcc/common/config/rx/rx-common.cc2
-rw-r--r--gcc/common/config/s390/s390-common.cc2
-rw-r--r--gcc/common/config/sh/sh-common.cc2
-rw-r--r--gcc/common/config/sparc/sparc-common.cc2
-rw-r--r--gcc/common/config/v850/v850-common.cc2
-rw-r--r--gcc/common/config/vax/vax-common.cc2
-rw-r--r--gcc/common/config/visium/visium-common.cc2
-rw-r--r--gcc/common/config/xstormy16/xstormy16-common.cc2
-rw-r--r--gcc/common/config/xtensa/xtensa-common.cc2
55 files changed, 55 insertions, 55 deletions
diff --git a/gcc/common/common-target-def.h b/gcc/common/common-target-def.h
index ab39f30..88973a4 100644
--- a/gcc/common/common-target-def.h
+++ b/gcc/common/common-target-def.h
@@ -1,5 +1,5 @@
/* Default initializers for common target hooks.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
This program 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/gcc/common/common-target.def b/gcc/common/common-target.def
index c4c6230..4bde551 100644
--- a/gcc/common/common-target.def
+++ b/gcc/common/common-target.def
@@ -1,5 +1,5 @@
/* Target hook definitions for common hooks.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
This program 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/gcc/common/common-target.h b/gcc/common/common-target.h
index e90b02c..ea7c601 100644
--- a/gcc/common/common-target.h
+++ b/gcc/common/common-target.h
@@ -1,5 +1,5 @@
/* Data structure definitions for common hooks.
- Copyright (C) 2010-2022 Free Software Foundation, Inc.
+ Copyright (C) 2010-2023 Free Software Foundation, Inc.
This program 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/gcc/common/common-targhooks.cc b/gcc/common/common-targhooks.cc
index 7499be2..4d04cfc 100644
--- a/gcc/common/common-targhooks.cc
+++ b/gcc/common/common-targhooks.cc
@@ -1,5 +1,5 @@
/* Default common target hook functions.
- Copyright (C) 2003-2022 Free Software Foundation, Inc.
+ Copyright (C) 2003-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/common-targhooks.h b/gcc/common/common-targhooks.h
index 1f03495..8f8aa95 100644
--- a/gcc/common/common-targhooks.h
+++ b/gcc/common/common-targhooks.h
@@ -1,5 +1,5 @@
/* Default common target hook functions.
- Copyright (C) 2003-2022 Free Software Foundation, Inc.
+ Copyright (C) 2003-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/aarch64/aarch64-common.cc b/gcc/common/config/aarch64/aarch64-common.cc
index 6100783..a9695d6 100644
--- a/gcc/common/config/aarch64/aarch64-common.cc
+++ b/gcc/common/config/aarch64/aarch64-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for AArch64.
- Copyright (C) 2012-2022 Free Software Foundation, Inc.
+ Copyright (C) 2012-2023 Free Software Foundation, Inc.
Contributed by ARM Ltd.
This file is part of GCC.
diff --git a/gcc/common/config/alpha/alpha-common.cc b/gcc/common/config/alpha/alpha-common.cc
index 72804ee..ec185d8 100644
--- a/gcc/common/config/alpha/alpha-common.cc
+++ b/gcc/common/config/alpha/alpha-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for DEC Alpha.
- Copyright (C) 1992-2022 Free Software Foundation, Inc.
+ Copyright (C) 1992-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/arc/arc-common.cc b/gcc/common/config/arc/arc-common.cc
index 62fe542..6423f6a 100644
--- a/gcc/common/config/arc/arc-common.cc
+++ b/gcc/common/config/arc/arc-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for Synopsys DesignWare ARC
- Copyright (C) 1994-2022 Free Software Foundation, Inc.
+ Copyright (C) 1994-2023 Free Software Foundation, Inc.
Contributor: Joern Rennecke <joern.rennecke@embecosm.com>
on behalf of Synopsys Inc.
Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com>
diff --git a/gcc/common/config/arm/arm-common.cc b/gcc/common/config/arm/arm-common.cc
index 9ed6830..f8b6046 100644
--- a/gcc/common/config/arm/arm-common.cc
+++ b/gcc/common/config/arm/arm-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for ARM.
- Copyright (C) 1991-2022 Free Software Foundation, Inc.
+ Copyright (C) 1991-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/avr/avr-common.cc b/gcc/common/config/avr/avr-common.cc
index f4e3f55..2ad0244 100644
--- a/gcc/common/config/avr/avr-common.cc
+++ b/gcc/common/config/avr/avr-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for ATMEL AVR.
- Copyright (C) 1998-2022 Free Software Foundation, Inc.
+ Copyright (C) 1998-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/bfin/bfin-common.cc b/gcc/common/config/bfin/bfin-common.cc
index ac31c84..e64e384 100644
--- a/gcc/common/config/bfin/bfin-common.cc
+++ b/gcc/common/config/bfin/bfin-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for Blackfin.
- Copyright (C) 2005-2022 Free Software Foundation, Inc.
+ Copyright (C) 2005-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/bpf/bpf-common.cc b/gcc/common/config/bpf/bpf-common.cc
index 7d5eabe..6b90561 100644
--- a/gcc/common/config/bpf/bpf-common.cc
+++ b/gcc/common/config/bpf/bpf-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for eBPF.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/c6x/c6x-common.cc b/gcc/common/config/c6x/c6x-common.cc
index c160a37..60ae279 100644
--- a/gcc/common/config/c6x/c6x-common.cc
+++ b/gcc/common/config/c6x/c6x-common.cc
@@ -1,5 +1,5 @@
/* TI C6X common hooks.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/cris/cris-common.cc b/gcc/common/config/cris/cris-common.cc
index 46cfee3..b08d601 100644
--- a/gcc/common/config/cris/cris-common.cc
+++ b/gcc/common/config/cris/cris-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for CRIS.
- Copyright (C) 1998-2022 Free Software Foundation, Inc.
+ Copyright (C) 1998-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/csky/csky-common.cc b/gcc/common/config/csky/csky-common.cc
index 69f4878..4e22b20 100644
--- a/gcc/common/config/csky/csky-common.cc
+++ b/gcc/common/config/csky/csky-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for CSKY.
- 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/gcc/common/config/default-common.cc b/gcc/common/config/default-common.cc
index 1c204c9..201ff17 100644
--- a/gcc/common/config/default-common.cc
+++ b/gcc/common/config/default-common.cc
@@ -1,5 +1,5 @@
/* Default common target hooks initializer.
- Copyright (C) 2011-2022 Free Software Foundation, Inc.
+ Copyright (C) 2011-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/epiphany/epiphany-common.cc b/gcc/common/config/epiphany/epiphany-common.cc
index 175d5a0..f99d450 100644
--- a/gcc/common/config/epiphany/epiphany-common.cc
+++ b/gcc/common/config/epiphany/epiphany-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for Adapteva Epiphany
- Copyright (C) 1994-2022 Free Software Foundation, Inc.
+ Copyright (C) 1994-2023 Free Software Foundation, Inc.
Contributed by Embecosm on behalf of Adapteva, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/fr30/fr30-common.cc b/gcc/common/config/fr30/fr30-common.cc
index 4df5175..8b650d1 100644
--- a/gcc/common/config/fr30/fr30-common.cc
+++ b/gcc/common/config/fr30/fr30-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for FR30.
- Copyright (C) 1998-2022 Free Software Foundation, Inc.
+ Copyright (C) 1998-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/frv/frv-common.cc b/gcc/common/config/frv/frv-common.cc
index ab0fdad..0304fb1 100644
--- a/gcc/common/config/frv/frv-common.cc
+++ b/gcc/common/config/frv/frv-common.cc
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2022 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/gcn/gcn-common.cc b/gcc/common/config/gcn/gcn-common.cc
index 7c04bd5..65b73fe 100644
--- a/gcc/common/config/gcn/gcn-common.cc
+++ b/gcc/common/config/gcn/gcn-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for GCN
- 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 Free
diff --git a/gcc/common/config/h8300/h8300-common.cc b/gcc/common/config/h8300/h8300-common.cc
index 22e2cfc..3dbec74 100644
--- a/gcc/common/config/h8300/h8300-common.cc
+++ b/gcc/common/config/h8300/h8300-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for Renesas H8/300.
- Copyright (C) 1992-2022 Free Software Foundation, Inc.
+ Copyright (C) 1992-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/i386/cpuinfo.h b/gcc/common/config/i386/cpuinfo.h
index 9fa6d31..36955a5 100644
--- a/gcc/common/config/i386/cpuinfo.h
+++ b/gcc/common/config/i386/cpuinfo.h
@@ -1,5 +1,5 @@
/* Get CPU type and Features for x86 processors.
- Copyright (C) 2012-2022 Free Software Foundation, Inc.
+ Copyright (C) 2012-2023 Free Software Foundation, Inc.
Contributed by Sriraman Tallam (tmsriram@google.com)
This file is part of GCC.
diff --git a/gcc/common/config/i386/i386-common.cc b/gcc/common/config/i386/i386-common.cc
index 34737b3..0181e06 100644
--- a/gcc/common/config/i386/i386-common.cc
+++ b/gcc/common/config/i386/i386-common.cc
@@ -1,5 +1,5 @@
/* IA-32 common hooks.
- Copyright (C) 1988-2022 Free Software Foundation, Inc.
+ Copyright (C) 1988-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/i386/i386-cpuinfo.h b/gcc/common/config/i386/i386-cpuinfo.h
index fe2e9e2..b5933b85 100644
--- a/gcc/common/config/i386/i386-cpuinfo.h
+++ b/gcc/common/config/i386/i386-cpuinfo.h
@@ -1,5 +1,5 @@
/* Get CPU type and Features for x86 processors.
- Copyright (C) 2012-2022 Free Software Foundation, Inc.
+ Copyright (C) 2012-2023 Free Software Foundation, Inc.
Contributed by Sriraman Tallam (tmsriram@google.com)
This file is part of GCC.
diff --git a/gcc/common/config/i386/i386-isas.h b/gcc/common/config/i386/i386-isas.h
index ba2c2d9..8ed1428 100644
--- a/gcc/common/config/i386/i386-isas.h
+++ b/gcc/common/config/i386/i386-isas.h
@@ -1,5 +1,5 @@
/* i386 ISA table.
- Copyright (C) 2020-2022 Free Software Foundation, Inc.
+ Copyright (C) 2020-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/ia64/ia64-common.cc b/gcc/common/config/ia64/ia64-common.cc
index 6da01ab..9b7b7f0 100644
--- a/gcc/common/config/ia64/ia64-common.cc
+++ b/gcc/common/config/ia64/ia64-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for IA64.
- Copyright (C) 1999-2022 Free Software Foundation, Inc.
+ Copyright (C) 1999-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/iq2000/iq2000-common.cc b/gcc/common/config/iq2000/iq2000-common.cc
index 576949d..70bb8f0 100644
--- a/gcc/common/config/iq2000/iq2000-common.cc
+++ b/gcc/common/config/iq2000/iq2000-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for Vitesse IQ2000.
- Copyright (C) 2003-2022 Free Software Foundation, Inc.
+ Copyright (C) 2003-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/lm32/lm32-common.cc b/gcc/common/config/lm32/lm32-common.cc
index cdf2d14..370d55d 100644
--- a/gcc/common/config/lm32/lm32-common.cc
+++ b/gcc/common/config/lm32/lm32-common.cc
@@ -1,6 +1,6 @@
/* Common hooks for Lattice Mico32.
- Copyright (C) 2009-2022 Free Software Foundation, Inc.
+ Copyright (C) 2009-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/loongarch/loongarch-common.cc b/gcc/common/config/loongarch/loongarch-common.cc
index f8b4660..fce32fa 100644
--- a/gcc/common/config/loongarch/loongarch-common.cc
+++ b/gcc/common/config/loongarch/loongarch-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for LoongArch.
- Copyright (C) 2021-2022 Free Software Foundation, Inc.
+ Copyright (C) 2021-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/m32r/m32r-common.cc b/gcc/common/config/m32r/m32r-common.cc
index 9592097..7141e8e 100644
--- a/gcc/common/config/m32r/m32r-common.cc
+++ b/gcc/common/config/m32r/m32r-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for Renesas M32R.
- Copyright (C) 1996-2022 Free Software Foundation, Inc.
+ Copyright (C) 1996-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/m68k/m68k-common.cc b/gcc/common/config/m68k/m68k-common.cc
index f5ea217..fd21439 100644
--- a/gcc/common/config/m68k/m68k-common.cc
+++ b/gcc/common/config/m68k/m68k-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for Motorola 68000 family.
- Copyright (C) 1987-2022 Free Software Foundation, Inc.
+ Copyright (C) 1987-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/mcore/mcore-common.cc b/gcc/common/config/mcore/mcore-common.cc
index 8c12299..cf66cd7 100644
--- a/gcc/common/config/mcore/mcore-common.cc
+++ b/gcc/common/config/mcore/mcore-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for Motorola MCore.
- Copyright (C) 1993-2022 Free Software Foundation, Inc.
+ Copyright (C) 1993-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/microblaze/microblaze-common.cc b/gcc/common/config/microblaze/microblaze-common.cc
index 21b35f5..8750b02 100644
--- a/gcc/common/config/microblaze/microblaze-common.cc
+++ b/gcc/common/config/microblaze/microblaze-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for Xilinx MicroBlaze.
- Copyright (C) 2009-2022 Free Software Foundation, Inc.
+ Copyright (C) 2009-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/mips/mips-common.cc b/gcc/common/config/mips/mips-common.cc
index b8ee4f3..9676cd0 100644
--- a/gcc/common/config/mips/mips-common.cc
+++ b/gcc/common/config/mips/mips-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for MIPS.
- Copyright (C) 1989-2022 Free Software Foundation, Inc.
+ Copyright (C) 1989-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/mmix/mmix-common.cc b/gcc/common/config/mmix/mmix-common.cc
index fd91ece..25cd7d1 100644
--- a/gcc/common/config/mmix/mmix-common.cc
+++ b/gcc/common/config/mmix/mmix-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for MMIX.
- Copyright (C) 2000-2022 Free Software Foundation, Inc.
+ Copyright (C) 2000-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/mn10300/mn10300-common.cc b/gcc/common/config/mn10300/mn10300-common.cc
index a0a3a25..f57b884 100644
--- a/gcc/common/config/mn10300/mn10300-common.cc
+++ b/gcc/common/config/mn10300/mn10300-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for Matsushita MN10300 series.
- Copyright (C) 1996-2022 Free Software Foundation, Inc.
+ Copyright (C) 1996-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/msp430/msp430-common.cc b/gcc/common/config/msp430/msp430-common.cc
index 7da7390..4e833e6 100644
--- a/gcc/common/config/msp430/msp430-common.cc
+++ b/gcc/common/config/msp430/msp430-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for Texas Instruments MSP430.
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/nds32/nds32-common.cc b/gcc/common/config/nds32/nds32-common.cc
index a2ce0bb..bd2e2b1 100644
--- a/gcc/common/config/nds32/nds32-common.cc
+++ b/gcc/common/config/nds32/nds32-common.cc
@@ -1,5 +1,5 @@
/* Common hooks of Andes NDS32 cpu for GNU compiler
- Copyright (C) 2012-2022 Free Software Foundation, Inc.
+ Copyright (C) 2012-2023 Free Software Foundation, Inc.
Contributed by Andes Technology Corporation.
This file is part of GCC.
diff --git a/gcc/common/config/nios2/nios2-common.cc b/gcc/common/config/nios2/nios2-common.cc
index 3a2e481..b520b2e 100644
--- a/gcc/common/config/nios2/nios2-common.cc
+++ b/gcc/common/config/nios2/nios2-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for Altera Nios II.
- Copyright (C) 2012-2022 Free Software Foundation, Inc.
+ Copyright (C) 2012-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/nvptx/nvptx-common.cc b/gcc/common/config/nvptx/nvptx-common.cc
index 6d434b9..fbcc87d 100644
--- a/gcc/common/config/nvptx/nvptx-common.cc
+++ b/gcc/common/config/nvptx/nvptx-common.cc
@@ -1,5 +1,5 @@
/* NVPTX common hooks.
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
Contributed by Bernd Schmidt <bernds@codesourcery.com>
This file is part of GCC.
diff --git a/gcc/common/config/or1k/or1k-common.cc b/gcc/common/config/or1k/or1k-common.cc
index 075851e..c03711d 100644
--- a/gcc/common/config/or1k/or1k-common.cc
+++ b/gcc/common/config/or1k/or1k-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for OpenRISC
- Copyright (C) 2018-2022 Free Software Foundation, Inc.
+ Copyright (C) 2018-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/pa/pa-common.cc b/gcc/common/config/pa/pa-common.cc
index cee2b5b..9f8c737 100644
--- a/gcc/common/config/pa/pa-common.cc
+++ b/gcc/common/config/pa/pa-common.cc
@@ -1,5 +1,5 @@
/* HPPA common hooks.
- Copyright (C) 1992-2022 Free Software Foundation, Inc.
+ Copyright (C) 1992-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/pdp11/pdp11-common.cc b/gcc/common/config/pdp11/pdp11-common.cc
index 81a57bb..6dc8793 100644
--- a/gcc/common/config/pdp11/pdp11-common.cc
+++ b/gcc/common/config/pdp11/pdp11-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for pdp11.
- Copyright (C) 1994-2022 Free Software Foundation, Inc.
+ Copyright (C) 1994-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/pru/pru-common.cc b/gcc/common/config/pru/pru-common.cc
index 3e37fe8..933d361 100644
--- a/gcc/common/config/pru/pru-common.cc
+++ b/gcc/common/config/pru/pru-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for TI PRU
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/riscv/riscv-common.cc b/gcc/common/config/riscv/riscv-common.cc
index 0a89fda..2e3116e 100644
--- a/gcc/common/config/riscv/riscv-common.cc
+++ b/gcc/common/config/riscv/riscv-common.cc
@@ -1,5 +1,5 @@
/* Common hooks 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/gcc/common/config/rs6000/rs6000-common.cc b/gcc/common/config/rs6000/rs6000-common.cc
index c76b5c27..2140c44 100644
--- a/gcc/common/config/rs6000/rs6000-common.cc
+++ b/gcc/common/config/rs6000/rs6000-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for IBM RS/6000.
- Copyright (C) 1991-2022 Free Software Foundation, Inc.
+ Copyright (C) 1991-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/rx/rx-common.cc b/gcc/common/config/rx/rx-common.cc
index 36ee9d2..5c6fad4 100644
--- a/gcc/common/config/rx/rx-common.cc
+++ b/gcc/common/config/rx/rx-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for Renesas RX.
- Copyright (C) 2008-2022 Free Software Foundation, Inc.
+ Copyright (C) 2008-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/s390/s390-common.cc b/gcc/common/config/s390/s390-common.cc
index be3e6f2..207ef3d 100644
--- a/gcc/common/config/s390/s390-common.cc
+++ b/gcc/common/config/s390/s390-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for IBM S/390 and zSeries.
- Copyright (C) 1999-2022 Free Software Foundation, Inc.
+ Copyright (C) 1999-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/sh/sh-common.cc b/gcc/common/config/sh/sh-common.cc
index b6c62f7..4f393d2 100644
--- a/gcc/common/config/sh/sh-common.cc
+++ b/gcc/common/config/sh/sh-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for Renesas / SuperH SH.
- Copyright (C) 1993-2022 Free Software Foundation, Inc.
+ Copyright (C) 1993-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/sparc/sparc-common.cc b/gcc/common/config/sparc/sparc-common.cc
index c075e64..310dff9 100644
--- a/gcc/common/config/sparc/sparc-common.cc
+++ b/gcc/common/config/sparc/sparc-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for SPARC.
- Copyright (C) 1987-2022 Free Software Foundation, Inc.
+ Copyright (C) 1987-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/v850/v850-common.cc b/gcc/common/config/v850/v850-common.cc
index 830bf7f..c4917cd 100644
--- a/gcc/common/config/v850/v850-common.cc
+++ b/gcc/common/config/v850/v850-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for NEC V850 series.
- Copyright (C) 1996-2022 Free Software Foundation, Inc.
+ Copyright (C) 1996-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/vax/vax-common.cc b/gcc/common/config/vax/vax-common.cc
index 58f172e..9eef82d 100644
--- a/gcc/common/config/vax/vax-common.cc
+++ b/gcc/common/config/vax/vax-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for VAX.
- Copyright (C) 1987-2022 Free Software Foundation, Inc.
+ Copyright (C) 1987-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/visium/visium-common.cc b/gcc/common/config/visium/visium-common.cc
index 28dd1ff..663b351 100644
--- a/gcc/common/config/visium/visium-common.cc
+++ b/gcc/common/config/visium/visium-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for Visium.
- Copyright (C) 2002-2022 Free Software Foundation, Inc.
+ Copyright (C) 2002-2023 Free Software Foundation, Inc.
Contributed by C.Nettleton,J.P.Parkes and P.Garbett.
This file is part of GCC.
diff --git a/gcc/common/config/xstormy16/xstormy16-common.cc b/gcc/common/config/xstormy16/xstormy16-common.cc
index 83414d8..60597e7 100644
--- a/gcc/common/config/xstormy16/xstormy16-common.cc
+++ b/gcc/common/config/xstormy16/xstormy16-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for Xstormy16.
- Copyright (C) 1997-2022 Free Software Foundation, Inc.
+ Copyright (C) 1997-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/common/config/xtensa/xtensa-common.cc b/gcc/common/config/xtensa/xtensa-common.cc
index 0f27763..cfc4992 100644
--- a/gcc/common/config/xtensa/xtensa-common.cc
+++ b/gcc/common/config/xtensa/xtensa-common.cc
@@ -1,5 +1,5 @@
/* Common hooks for Tensilica's Xtensa architecture.
- Copyright (C) 2001-2022 Free Software Foundation, Inc.
+ Copyright (C) 2001-2023 Free Software Foundation, Inc.
This file is part of GCC.