diff options
author | Jakub Jelinek <jakub@redhat.com> | 2024-01-03 12:19:35 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2024-01-03 12:19:35 +0100 |
commit | a945c346f57ba40fc80c14ac59be0d43624e559d (patch) | |
tree | 916323bfe593c5d0112c224230e52c559611f5b3 /gcc/common | |
parent | 9afc19159c2947cddee0c833429da1f190fe34ca (diff) | |
download | gcc-a945c346f57ba40fc80c14ac59be0d43624e559d.zip gcc-a945c346f57ba40fc80c14ac59be0d43624e559d.tar.gz gcc-a945c346f57ba40fc80c14ac59be0d43624e559d.tar.bz2 |
Update copyright years.
Diffstat (limited to 'gcc/common')
56 files changed, 56 insertions, 56 deletions
diff --git a/gcc/common/common-target-def.h b/gcc/common/common-target-def.h index 88973a4..fd65352 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-2023 Free Software Foundation, Inc. + Copyright (C) 2011-2024 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 4bde551..d7baf5d 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-2023 Free Software Foundation, Inc. + Copyright (C) 2011-2024 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 ea7c601..b0ee427 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-2023 Free Software Foundation, Inc. + Copyright (C) 2010-2024 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 4d04cfc..c0e7f7c 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-2023 Free Software Foundation, Inc. + Copyright (C) 2003-2024 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 8f8aa95..84a753d 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-2023 Free Software Foundation, Inc. + Copyright (C) 2003-2024 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 4d0431d..951d041 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-2023 Free Software Foundation, Inc. + Copyright (C) 2012-2024 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GCC. diff --git a/gcc/common/config/aarch64/cpuinfo.h b/gcc/common/config/aarch64/cpuinfo.h index 1690b6e..5e6ef4d 100644 --- a/gcc/common/config/aarch64/cpuinfo.h +++ b/gcc/common/config/aarch64/cpuinfo.h @@ -1,5 +1,5 @@ /* CPU feature detection for AArch64 architecture. - Copyright (C) 2023 Free Software Foundation, Inc. + Copyright (C) 2023-2024 Free Software Foundation, Inc. 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 ec185d8..7c888d8 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-2023 Free Software Foundation, Inc. + Copyright (C) 1992-2024 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 3fd66e1..490bfb3 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-2023 Free Software Foundation, Inc. + Copyright (C) 1994-2024 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 f8b6046..dbcbe3f 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-2023 Free Software Foundation, Inc. + Copyright (C) 1991-2024 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 2f874c5..7867483 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-2023 Free Software Foundation, Inc. + Copyright (C) 1998-2024 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 e64e384..2209e37 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-2023 Free Software Foundation, Inc. + Copyright (C) 2005-2024 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 6b90561..57d4a36 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-2023 Free Software Foundation, Inc. + Copyright (C) 2019-2024 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 60ae279..1dfaf73 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-2023 Free Software Foundation, Inc. + Copyright (C) 2011-2024 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 b08d601..bdc9c83 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-2023 Free Software Foundation, Inc. + Copyright (C) 1998-2024 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 4e22b20..884de12 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-2023 Free Software Foundation, Inc. + Copyright (C) 2018-2024 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 201ff17..a2c33f8 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-2023 Free Software Foundation, Inc. + Copyright (C) 2011-2024 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 f99d450..3f876b8 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-2023 Free Software Foundation, Inc. + Copyright (C) 1994-2024 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 8b650d1..87667b8 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-2023 Free Software Foundation, Inc. + Copyright (C) 1998-2024 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 0304fb1..d4741ed 100644 --- a/gcc/common/config/frv/frv-common.cc +++ b/gcc/common/config/frv/frv-common.cc @@ -1,4 +1,4 @@ -/* Copyright (C) 1997-2023 Free Software Foundation, Inc. +/* Copyright (C) 1997-2024 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 65b73fe..5631577 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-2023 Free Software Foundation, Inc. + Copyright (C) 2016-2024 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 3dbec74..c376c39 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-2023 Free Software Foundation, Inc. + Copyright (C) 1992-2024 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 a1eb285..a595ee5 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-2023 Free Software Foundation, Inc. + Copyright (C) 2012-2024 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 f101e4d..c35191e 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-2023 Free Software Foundation, Inc. + Copyright (C) 1988-2024 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 38fa765..2ee7470 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-2023 Free Software Foundation, Inc. + Copyright (C) 2012-2024 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 a7b7c52..d6deb9a 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-2023 Free Software Foundation, Inc. + Copyright (C) 2020-2024 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 9b7b7f0..ac3433c 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-2023 Free Software Foundation, Inc. + Copyright (C) 1999-2024 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 70bb8f0..108a465 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-2023 Free Software Foundation, Inc. + Copyright (C) 2003-2024 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 370d55d..7213905 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-2023 Free Software Foundation, Inc. + Copyright (C) 2009-2024 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 b690191..5a5b5ee 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-2023 Free Software Foundation, Inc. + Copyright (C) 2021-2024 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 7141e8e..be3c52c 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-2023 Free Software Foundation, Inc. + Copyright (C) 1996-2024 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 fd21439..ca66f6e 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-2023 Free Software Foundation, Inc. + Copyright (C) 1987-2024 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 cf66cd7..b36cb20 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-2023 Free Software Foundation, Inc. + Copyright (C) 1993-2024 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 8750b02..7d63769 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-2023 Free Software Foundation, Inc. + Copyright (C) 2009-2024 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 9676cd0..e69142a 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-2023 Free Software Foundation, Inc. + Copyright (C) 1989-2024 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 25cd7d1..0609a19 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-2023 Free Software Foundation, Inc. + Copyright (C) 2000-2024 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 f57b884..c495884 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-2023 Free Software Foundation, Inc. + Copyright (C) 1996-2024 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 4e833e6..9294bb4 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-2023 Free Software Foundation, Inc. + Copyright (C) 2014-2024 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 bd2e2b1..d833c50 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-2023 Free Software Foundation, Inc. + Copyright (C) 2012-2024 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 b520b2e..dc0335a 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-2023 Free Software Foundation, Inc. + Copyright (C) 2012-2024 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 fbcc87d..dc75176 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-2023 Free Software Foundation, Inc. + Copyright (C) 2014-2024 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 c03711d..81b14f0 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-2023 Free Software Foundation, Inc. + Copyright (C) 2018-2024 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 9f8c737..a64df5e 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-2023 Free Software Foundation, Inc. + Copyright (C) 1992-2024 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 6dc8793..674733a 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-2023 Free Software Foundation, Inc. + Copyright (C) 1994-2024 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 933d361..e8dbf28 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-2023 Free Software Foundation, Inc. + Copyright (C) 2014-2024 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 f20d179..0301d17 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-2023 Free Software Foundation, Inc. + Copyright (C) 2016-2024 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 968db21..4c515f6 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-2023 Free Software Foundation, Inc. + Copyright (C) 1991-2024 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 5c6fad4..ce4bd75 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-2023 Free Software Foundation, Inc. + Copyright (C) 2008-2024 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 207ef3d..ba8e980 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-2023 Free Software Foundation, Inc. + Copyright (C) 1999-2024 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 4f393d2..03ab188 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-2023 Free Software Foundation, Inc. + Copyright (C) 1993-2024 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 310dff9..be87b35 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-2023 Free Software Foundation, Inc. + Copyright (C) 1987-2024 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 c4917cd..492fa20 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-2023 Free Software Foundation, Inc. + Copyright (C) 1996-2024 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 9eef82d..b2b30cd 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-2023 Free Software Foundation, Inc. + Copyright (C) 1987-2024 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 663b351..d8cffc6 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-2023 Free Software Foundation, Inc. + Copyright (C) 2002-2024 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 60597e7..3ab1e59 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-2023 Free Software Foundation, Inc. + Copyright (C) 1997-2024 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 cfc4992..49879cd 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-2023 Free Software Foundation, Inc. + Copyright (C) 2001-2024 Free Software Foundation, Inc. This file is part of GCC. |