From 3666a04883754298b03884222206bfe756fbc520 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 1 Jan 2021 12:03:39 +0400 Subject: Update copyright year range in all GDB files This commits the result of running gdb/copyright.py as per our Start of New Year procedure... gdb/ChangeLog Update copyright year range in copyright header of all GDB files. --- sim/testsuite/Makefile.in | 2 +- sim/testsuite/common/bits-gen.c | 2 +- sim/testsuite/d10v-elf/Makefile.in | 2 +- sim/testsuite/frv-elf/Makefile.in | 2 +- sim/testsuite/m32r-elf/Makefile.in | 2 +- sim/testsuite/mips64el-elf/Makefile.in | 2 +- sim/testsuite/sim/cris/asm/asm.exp | 2 +- sim/testsuite/sim/cris/c/c.exp | 2 +- sim/testsuite/sim/cris/hw/rv-n-cris/rvc.exp | 2 +- sim/testsuite/sim/m32c/blinky.s | 2 +- sim/testsuite/sim/m32c/gloss.s | 2 +- sim/testsuite/sim/m32c/sample.ld | 2 +- sim/testsuite/sim/m32c/sample.s | 2 +- sim/testsuite/sim/m32c/sample2.c | 2 +- sim/testsuite/sim/mips/hilo-hazard-4.s | 2 +- sim/testsuite/sim/mips/mips32-dsp.s | 2 +- sim/testsuite/sim/mips/testutils.inc | 2 +- sim/testsuite/sim/mips/utils-dsp.inc | 2 +- sim/testsuite/sim/mips/utils-fpu.inc | 2 +- sim/testsuite/sim/mips/utils-mdmx.inc | 2 +- sim/testsuite/sim/or1k/add.S | 2 +- sim/testsuite/sim/or1k/adrp.S | 2 +- sim/testsuite/sim/or1k/alltests.exp | 2 +- sim/testsuite/sim/or1k/and.S | 2 +- sim/testsuite/sim/or1k/basic.S | 2 +- sim/testsuite/sim/or1k/div.S | 2 +- sim/testsuite/sim/or1k/ext.S | 2 +- sim/testsuite/sim/or1k/find.S | 2 +- sim/testsuite/sim/or1k/flag.S | 2 +- sim/testsuite/sim/or1k/fpu-unordered.S | 2 +- sim/testsuite/sim/or1k/fpu.S | 2 +- sim/testsuite/sim/or1k/fpu64a32-unordered.S | 2 +- sim/testsuite/sim/or1k/fpu64a32.S | 2 +- sim/testsuite/sim/or1k/jump.S | 2 +- sim/testsuite/sim/or1k/load.S | 2 +- sim/testsuite/sim/or1k/mac.S | 2 +- sim/testsuite/sim/or1k/mfspr.S | 2 +- sim/testsuite/sim/or1k/mul.S | 2 +- sim/testsuite/sim/or1k/or.S | 2 +- sim/testsuite/sim/or1k/or1k-asm-test-env.h | 2 +- sim/testsuite/sim/or1k/or1k-asm-test-helpers.h | 2 +- sim/testsuite/sim/or1k/or1k-asm-test.h | 2 +- sim/testsuite/sim/or1k/or1k-asm.h | 2 +- sim/testsuite/sim/or1k/or1k-test.ld | 2 +- sim/testsuite/sim/or1k/ror.S | 2 +- sim/testsuite/sim/or1k/shift.S | 2 +- sim/testsuite/sim/or1k/spr-defs.h | 2 +- sim/testsuite/sim/or1k/sub.S | 2 +- sim/testsuite/sim/or1k/xor.S | 2 +- sim/testsuite/sim/pru/add.s | 2 +- sim/testsuite/sim/pru/allinsn.exp | 2 +- sim/testsuite/sim/pru/dmem-zero-pass.s | 2 +- sim/testsuite/sim/pru/dmem-zero-trap.s | 2 +- sim/testsuite/sim/pru/dram.s | 2 +- sim/testsuite/sim/pru/jmp.s | 2 +- sim/testsuite/sim/pru/lmbd.s | 2 +- sim/testsuite/sim/pru/loop-imm.s | 2 +- sim/testsuite/sim/pru/loop-reg.s | 2 +- sim/testsuite/sim/pru/mul.s | 2 +- sim/testsuite/sim/pru/subreg.s | 2 +- sim/testsuite/sim/pru/testutils.inc | 2 +- 61 files changed, 61 insertions(+), 61 deletions(-) (limited to 'sim/testsuite') diff --git a/sim/testsuite/Makefile.in b/sim/testsuite/Makefile.in index 3a47ee5..d1ac988 100644 --- a/sim/testsuite/Makefile.in +++ b/sim/testsuite/Makefile.in @@ -1,5 +1,5 @@ # Makefile for regression testing the GNU debugger. -# Copyright (C) 1997-2020 Free Software Foundation, Inc. +# Copyright (C) 1997-2021 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/sim/testsuite/common/bits-gen.c b/sim/testsuite/common/bits-gen.c index 3573beb..d6f5f9c 100644 --- a/sim/testsuite/common/bits-gen.c +++ b/sim/testsuite/common/bits-gen.c @@ -1,5 +1,5 @@ /* Miscellaneous simulator utilities. - Copyright (C) 1997-2020 Free Software Foundation, Inc. + Copyright (C) 1997-2021 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/testsuite/d10v-elf/Makefile.in b/sim/testsuite/d10v-elf/Makefile.in index 3dee640..938085e 100644 --- a/sim/testsuite/d10v-elf/Makefile.in +++ b/sim/testsuite/d10v-elf/Makefile.in @@ -1,5 +1,5 @@ # Makefile for regression testing the GNU debugger. -# Copyright (C) 1992-2020 Free Software Foundation, Inc. +# Copyright (C) 1992-2021 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/sim/testsuite/frv-elf/Makefile.in b/sim/testsuite/frv-elf/Makefile.in index def84c8..dd9bc94 100644 --- a/sim/testsuite/frv-elf/Makefile.in +++ b/sim/testsuite/frv-elf/Makefile.in @@ -1,5 +1,5 @@ # Makefile for regression testing the frv simulator. -# Copyright (C) 1998-2020 Free Software Foundation, Inc. +# Copyright (C) 1998-2021 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/sim/testsuite/m32r-elf/Makefile.in b/sim/testsuite/m32r-elf/Makefile.in index 9a3a76d..f6a84ff 100644 --- a/sim/testsuite/m32r-elf/Makefile.in +++ b/sim/testsuite/m32r-elf/Makefile.in @@ -1,5 +1,5 @@ # Makefile for regression testing the m32r simulator. -# Copyright (C) 1998-2020 Free Software Foundation, Inc. +# Copyright (C) 1998-2021 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/sim/testsuite/mips64el-elf/Makefile.in b/sim/testsuite/mips64el-elf/Makefile.in index 1c19ebc..3a6057e 100644 --- a/sim/testsuite/mips64el-elf/Makefile.in +++ b/sim/testsuite/mips64el-elf/Makefile.in @@ -1,5 +1,5 @@ # Makefile for regression testing the GNU debugger. -# Copyright (C) 1992-2020 Free Software Foundation, Inc. +# Copyright (C) 1992-2021 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/sim/testsuite/sim/cris/asm/asm.exp b/sim/testsuite/sim/cris/asm/asm.exp index 990c304..415bbf1 100644 --- a/sim/testsuite/sim/cris/asm/asm.exp +++ b/sim/testsuite/sim/cris/asm/asm.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2020 Free Software Foundation, Inc. +# Copyright (C) 2005-2021 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 diff --git a/sim/testsuite/sim/cris/c/c.exp b/sim/testsuite/sim/cris/c/c.exp index 378b809..c9df983 100644 --- a/sim/testsuite/sim/cris/c/c.exp +++ b/sim/testsuite/sim/cris/c/c.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2005-2020 Free Software Foundation, Inc. +# Copyright (C) 2005-2021 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 diff --git a/sim/testsuite/sim/cris/hw/rv-n-cris/rvc.exp b/sim/testsuite/sim/cris/hw/rv-n-cris/rvc.exp index 574dd5a..98fc717 100644 --- a/sim/testsuite/sim/cris/hw/rv-n-cris/rvc.exp +++ b/sim/testsuite/sim/cris/hw/rv-n-cris/rvc.exp @@ -1,4 +1,4 @@ -# Copyright (C) 2006-2020 Free Software Foundation, Inc. +# Copyright (C) 2006-2021 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 diff --git a/sim/testsuite/sim/m32c/blinky.s b/sim/testsuite/sim/m32c/blinky.s index 24347d7..1dbad97 100644 --- a/sim/testsuite/sim/m32c/blinky.s +++ b/sim/testsuite/sim/m32c/blinky.s @@ -1,6 +1,6 @@ ;;; blinky.s --- sample program to blink LED's on M32C simulator ;;; -;;; Copyright (C) 2005-2020 Free Software Foundation, Inc. +;;; Copyright (C) 2005-2021 Free Software Foundation, Inc. ;;; Contributed by Red Hat, Inc. ;;; ;;; This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/m32c/gloss.s b/sim/testsuite/sim/m32c/gloss.s index 6e1b115..ce03774 100644 --- a/sim/testsuite/sim/m32c/gloss.s +++ b/sim/testsuite/sim/m32c/gloss.s @@ -1,6 +1,6 @@ ;;; gloss.s --- system calls for sample2.x ;;; -;;; Copyright (C) 2005-2020 Free Software Foundation, Inc. +;;; Copyright (C) 2005-2021 Free Software Foundation, Inc. ;;; Contributed by Red Hat, Inc. ;;; ;;; This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/m32c/sample.ld b/sim/testsuite/sim/m32c/sample.ld index 338b5a0..112012a 100644 --- a/sim/testsuite/sim/m32c/sample.ld +++ b/sim/testsuite/sim/m32c/sample.ld @@ -1,6 +1,6 @@ /* sample2.ld --- linker script for sample2.x -Copyright (C) 2005-2020 Free Software Foundation, Inc. +Copyright (C) 2005-2021 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/m32c/sample.s b/sim/testsuite/sim/m32c/sample.s index 813753d..14b0548 100644 --- a/sim/testsuite/sim/m32c/sample.s +++ b/sim/testsuite/sim/m32c/sample.s @@ -1,6 +1,6 @@ ;;; sample.s --- simple test program for M32C simulator ;;; -;;; Copyright (C) 2005-2020 Free Software Foundation, Inc. +;;; Copyright (C) 2005-2021 Free Software Foundation, Inc. ;;; Contributed by Red Hat, Inc. ;;; ;;; This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/m32c/sample2.c b/sim/testsuite/sim/m32c/sample2.c index 3ce4117..3b8f055 100644 --- a/sim/testsuite/sim/m32c/sample2.c +++ b/sim/testsuite/sim/m32c/sample2.c @@ -1,6 +1,6 @@ /* sample2.c --- main source for sample2.x test program for M32C simulator -Copyright (C) 2005-2020 Free Software Foundation, Inc. +Copyright (C) 2005-2021 Free Software Foundation, Inc. Contributed by Red Hat, Inc. This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/mips/hilo-hazard-4.s b/sim/testsuite/sim/mips/hilo-hazard-4.s index e18eed3..fc010f8 100644 --- a/sim/testsuite/sim/mips/hilo-hazard-4.s +++ b/sim/testsuite/sim/mips/hilo-hazard-4.s @@ -5,7 +5,7 @@ # ld: -N -Ttext=0x80010000 # output: pass\\n -# Copyright (C) 2013-2020 Free Software Foundation, Inc. +# Copyright (C) 2013-2021 Free Software Foundation, Inc. # Contributed by Andrew Bennett (andrew.bennett@imgtec.com) # # This file is part of the MIPS sim. diff --git a/sim/testsuite/sim/mips/mips32-dsp.s b/sim/testsuite/sim/mips/mips32-dsp.s index 60dd2ad..ade6bcf 100644 --- a/sim/testsuite/sim/mips/mips32-dsp.s +++ b/sim/testsuite/sim/mips/mips32-dsp.s @@ -4,7 +4,7 @@ #ld: -N -Ttext=0x80010000 #output: *\\npass\\n -# Copyright (C) 2005-2020 Free Software Foundation, Inc. +# Copyright (C) 2005-2021 Free Software Foundation, Inc. # Contributed by MIPS Technologies, Inc. Written by Chao-ying Fu. # # This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/mips/testutils.inc b/sim/testsuite/sim/mips/testutils.inc index 36a56ff..a0fcd0a 100644 --- a/sim/testsuite/sim/mips/testutils.inc +++ b/sim/testsuite/sim/mips/testutils.inc @@ -1,5 +1,5 @@ # MIPS simulator testsuite utility functions. -# Copyright (C) 2004-2020 Free Software Foundation, Inc. +# Copyright (C) 2004-2021 Free Software Foundation, Inc. # Contributed by Chris Demetriou of Broadcom Corporation. # # This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/mips/utils-dsp.inc b/sim/testsuite/sim/mips/utils-dsp.inc index 4d53d7d..936f691 100644 --- a/sim/testsuite/sim/mips/utils-dsp.inc +++ b/sim/testsuite/sim/mips/utils-dsp.inc @@ -1,5 +1,5 @@ # MIPS DSP ASE simulator testsuite utility functions. -# Copyright (C) 2005-2020 Free Software Foundation, Inc. +# Copyright (C) 2005-2021 Free Software Foundation, Inc. # Contributed by MIPS Technologies, Inc. Written by Chao-ying Fu. # # This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/mips/utils-fpu.inc b/sim/testsuite/sim/mips/utils-fpu.inc index d548057..1cba87a 100644 --- a/sim/testsuite/sim/mips/utils-fpu.inc +++ b/sim/testsuite/sim/mips/utils-fpu.inc @@ -1,5 +1,5 @@ # MIPS simulator testsuite FPU utility functions. -# Copyright (C) 2004-2020 Free Software Foundation, Inc. +# Copyright (C) 2004-2021 Free Software Foundation, Inc. # Contributed by Chris Demetriou of Broadcom Corporation. # # This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/mips/utils-mdmx.inc b/sim/testsuite/sim/mips/utils-mdmx.inc index 645778e..62634ef 100644 --- a/sim/testsuite/sim/mips/utils-mdmx.inc +++ b/sim/testsuite/sim/mips/utils-mdmx.inc @@ -1,5 +1,5 @@ # MIPS simulator testsuite MDMX utility functions. -# Copyright (C) 2004-2020 Free Software Foundation, Inc. +# Copyright (C) 2004-2021 Free Software Foundation, Inc. # Contributed by Chris Demetriou of Broadcom Corporation. # # This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/or1k/add.S b/sim/testsuite/sim/or1k/add.S index 18d9e4e..2cff73d 100644 --- a/sim/testsuite/sim/or1k/add.S +++ b/sim/testsuite/sim/or1k/add.S @@ -1,6 +1,6 @@ /* Tests instructions l.add, l.addc, l.addi and l.addic. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/adrp.S b/sim/testsuite/sim/or1k/adrp.S index 4a340d8..c0883b6 100644 --- a/sim/testsuite/sim/or1k/adrp.S +++ b/sim/testsuite/sim/or1k/adrp.S @@ -1,6 +1,6 @@ /* Tests the load page address instruction. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 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 diff --git a/sim/testsuite/sim/or1k/alltests.exp b/sim/testsuite/sim/or1k/alltests.exp index 30290e3..dd08fbc 100644 --- a/sim/testsuite/sim/or1k/alltests.exp +++ b/sim/testsuite/sim/or1k/alltests.exp @@ -1,6 +1,6 @@ # OR1K simulator testsuite. # -# Copyright 2017-2020 Free Software Foundation, Inc. +# Copyright 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/and.S b/sim/testsuite/sim/or1k/and.S index a56d914..8003d38 100644 --- a/sim/testsuite/sim/or1k/and.S +++ b/sim/testsuite/sim/or1k/and.S @@ -1,6 +1,6 @@ /* Tests instructions l.and, l.andi. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/basic.S b/sim/testsuite/sim/or1k/basic.S index cc1ba0e..02faebb 100644 --- a/sim/testsuite/sim/or1k/basic.S +++ b/sim/testsuite/sim/or1k/basic.S @@ -1,6 +1,6 @@ /* Tests some basic CPU instructions. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/div.S b/sim/testsuite/sim/or1k/div.S index 8a4b53c..dc73d73 100644 --- a/sim/testsuite/sim/or1k/div.S +++ b/sim/testsuite/sim/or1k/div.S @@ -1,6 +1,6 @@ /* Tests the divide instructions. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/ext.S b/sim/testsuite/sim/or1k/ext.S index b020c52..e7e68f0 100644 --- a/sim/testsuite/sim/or1k/ext.S +++ b/sim/testsuite/sim/or1k/ext.S @@ -1,6 +1,6 @@ /* Tests the l.ext{b,h}{s,z} instructions. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/find.S b/sim/testsuite/sim/or1k/find.S index d599bc2..7713c17 100644 --- a/sim/testsuite/sim/or1k/find.S +++ b/sim/testsuite/sim/or1k/find.S @@ -1,6 +1,6 @@ /* Tests the find instructions. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/flag.S b/sim/testsuite/sim/or1k/flag.S index 132a2c2..b614c1a 100644 --- a/sim/testsuite/sim/or1k/flag.S +++ b/sim/testsuite/sim/or1k/flag.S @@ -1,6 +1,6 @@ /* Tests the set flag (l.sf*) instructions. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/fpu-unordered.S b/sim/testsuite/sim/or1k/fpu-unordered.S index dd12887..a4e6556 100644 --- a/sim/testsuite/sim/or1k/fpu-unordered.S +++ b/sim/testsuite/sim/or1k/fpu-unordered.S @@ -1,6 +1,6 @@ /* Tests some basic unordered fpu compare instructions. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 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 diff --git a/sim/testsuite/sim/or1k/fpu.S b/sim/testsuite/sim/or1k/fpu.S index 314ee20..9a164b1 100644 --- a/sim/testsuite/sim/or1k/fpu.S +++ b/sim/testsuite/sim/or1k/fpu.S @@ -1,6 +1,6 @@ /* Tests some basic fpu instructions. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/fpu64a32-unordered.S b/sim/testsuite/sim/or1k/fpu64a32-unordered.S index a816f9c..1966916 100644 --- a/sim/testsuite/sim/or1k/fpu64a32-unordered.S +++ b/sim/testsuite/sim/or1k/fpu64a32-unordered.S @@ -1,6 +1,6 @@ /* Tests some basic unordered fpu compare instructions. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 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 diff --git a/sim/testsuite/sim/or1k/fpu64a32.S b/sim/testsuite/sim/or1k/fpu64a32.S index 2d95dda..319af48 100644 --- a/sim/testsuite/sim/or1k/fpu64a32.S +++ b/sim/testsuite/sim/or1k/fpu64a32.S @@ -1,6 +1,6 @@ /* Tests some basic fpu instructions. - Copyright (C) 2019-2020 Free Software Foundation, Inc. + Copyright (C) 2019-2021 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 diff --git a/sim/testsuite/sim/or1k/jump.S b/sim/testsuite/sim/or1k/jump.S index 656cbfa..8181886 100644 --- a/sim/testsuite/sim/or1k/jump.S +++ b/sim/testsuite/sim/or1k/jump.S @@ -1,6 +1,6 @@ /* Tests the jump instructions. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/load.S b/sim/testsuite/sim/or1k/load.S index 68e872f..3644a87 100644 --- a/sim/testsuite/sim/or1k/load.S +++ b/sim/testsuite/sim/or1k/load.S @@ -1,6 +1,6 @@ /* Tests the load and store instructions. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/mac.S b/sim/testsuite/sim/or1k/mac.S index 7bdbe44..c57a78f 100644 --- a/sim/testsuite/sim/or1k/mac.S +++ b/sim/testsuite/sim/or1k/mac.S @@ -1,6 +1,6 @@ /* Tests the MAC instructions. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/mfspr.S b/sim/testsuite/sim/or1k/mfspr.S index 0d69166..1aa74e1 100644 --- a/sim/testsuite/sim/or1k/mfspr.S +++ b/sim/testsuite/sim/or1k/mfspr.S @@ -1,6 +1,6 @@ /* Tests instructions l.mfspr and l.mtspr. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/mul.S b/sim/testsuite/sim/or1k/mul.S index 0af2c6a..e126be8 100644 --- a/sim/testsuite/sim/or1k/mul.S +++ b/sim/testsuite/sim/or1k/mul.S @@ -1,6 +1,6 @@ /* Tests the multiply instructions. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/or.S b/sim/testsuite/sim/or1k/or.S index 7b505a6..b20bec8 100644 --- a/sim/testsuite/sim/or1k/or.S +++ b/sim/testsuite/sim/or1k/or.S @@ -1,6 +1,6 @@ /* Tests instructions l.or, l.ori. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/or1k-asm-test-env.h b/sim/testsuite/sim/or1k/or1k-asm-test-env.h index b01b1ea..bbaeeeb 100644 --- a/sim/testsuite/sim/or1k/or1k-asm-test-env.h +++ b/sim/testsuite/sim/or1k/or1k-asm-test-env.h @@ -1,6 +1,6 @@ /* Testsuite macros for OpenRISC. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/or1k-asm-test-helpers.h b/sim/testsuite/sim/or1k/or1k-asm-test-helpers.h index 3795f05..699479c 100644 --- a/sim/testsuite/sim/or1k/or1k-asm-test-helpers.h +++ b/sim/testsuite/sim/or1k/or1k-asm-test-helpers.h @@ -1,6 +1,6 @@ /* Testsuite helpers for OpenRISC. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/or1k-asm-test.h b/sim/testsuite/sim/or1k/or1k-asm-test.h index ee8e5a1..3525673 100644 --- a/sim/testsuite/sim/or1k/or1k-asm-test.h +++ b/sim/testsuite/sim/or1k/or1k-asm-test.h @@ -1,6 +1,6 @@ /* Testsuite architecture macros for OpenRISC. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/or1k-asm.h b/sim/testsuite/sim/or1k/or1k-asm.h index 073c12d..37f4461 100644 --- a/sim/testsuite/sim/or1k/or1k-asm.h +++ b/sim/testsuite/sim/or1k/or1k-asm.h @@ -1,6 +1,6 @@ /* Testsuite assembly helpers for OpenRISC. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/or1k-test.ld b/sim/testsuite/sim/or1k/or1k-test.ld index 509e81f..fe6fd73 100644 --- a/sim/testsuite/sim/or1k/or1k-test.ld +++ b/sim/testsuite/sim/or1k/or1k-test.ld @@ -1,6 +1,6 @@ /* Test linker script for OpenRISC. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/ror.S b/sim/testsuite/sim/or1k/ror.S index ce21932..ce47c12 100644 --- a/sim/testsuite/sim/or1k/ror.S +++ b/sim/testsuite/sim/or1k/ror.S @@ -1,6 +1,6 @@ /* Tests instructions l.ror and l.rori. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/shift.S b/sim/testsuite/sim/or1k/shift.S index f612838..a98da29 100644 --- a/sim/testsuite/sim/or1k/shift.S +++ b/sim/testsuite/sim/or1k/shift.S @@ -1,6 +1,6 @@ /* Tests the shift instructions. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/spr-defs.h b/sim/testsuite/sim/or1k/spr-defs.h index db3f38a..f0ec5e7 100644 --- a/sim/testsuite/sim/or1k/spr-defs.h +++ b/sim/testsuite/sim/or1k/spr-defs.h @@ -1,6 +1,6 @@ /* Special Purpose Registers definitions - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/sub.S b/sim/testsuite/sim/or1k/sub.S index ff2de44..3886145 100644 --- a/sim/testsuite/sim/or1k/sub.S +++ b/sim/testsuite/sim/or1k/sub.S @@ -1,6 +1,6 @@ /* Tests instruction l.sub. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/or1k/xor.S b/sim/testsuite/sim/or1k/xor.S index 6350784..2dc0ad8 100644 --- a/sim/testsuite/sim/or1k/xor.S +++ b/sim/testsuite/sim/or1k/xor.S @@ -1,6 +1,6 @@ /* Tests instructions l.xor, l.xori. - Copyright (C) 2017-2020 Free Software Foundation, Inc. + Copyright (C) 2017-2021 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 diff --git a/sim/testsuite/sim/pru/add.s b/sim/testsuite/sim/pru/add.s index ad351bf..89e6f13 100644 --- a/sim/testsuite/sim/pru/add.s +++ b/sim/testsuite/sim/pru/add.s @@ -1,7 +1,7 @@ # Check that basic add insn works. # mach: pru -# Copyright (C) 2016-2020 Free Software Foundation, Inc. +# Copyright (C) 2016-2021 Free Software Foundation, Inc. # Contributed by Dimitar Dimitrov # # This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/pru/allinsn.exp b/sim/testsuite/sim/pru/allinsn.exp index a9ec725..d147f73 100644 --- a/sim/testsuite/sim/pru/allinsn.exp +++ b/sim/testsuite/sim/pru/allinsn.exp @@ -1,6 +1,6 @@ # PRU simulator testsuite. -# Copyright (C) 2016-2020 Free Software Foundation, Inc. +# Copyright (C) 2016-2021 Free Software Foundation, Inc. # Contributed by Dimitar Dimitrov # # This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/pru/dmem-zero-pass.s b/sim/testsuite/sim/pru/dmem-zero-pass.s index 88e28d6..7206d2f 100644 --- a/sim/testsuite/sim/pru/dmem-zero-pass.s +++ b/sim/testsuite/sim/pru/dmem-zero-pass.s @@ -1,7 +1,7 @@ # Check that DMEM zero address access works by default. # mach: pru -# Copyright (C) 2016-2020 Free Software Foundation, Inc. +# Copyright (C) 2016-2021 Free Software Foundation, Inc. # Contributed by Dimitar Dimitrov # # This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/pru/dmem-zero-trap.s b/sim/testsuite/sim/pru/dmem-zero-trap.s index 93a188b..58febb7 100644 --- a/sim/testsuite/sim/pru/dmem-zero-trap.s +++ b/sim/testsuite/sim/pru/dmem-zero-trap.s @@ -4,7 +4,7 @@ # xerror: # output: core: 4 byte read to unmapped address 0x0 at *\n -# Copyright (C) 2016-2020 Free Software Foundation, Inc. +# Copyright (C) 2016-2021 Free Software Foundation, Inc. # Contributed by Dimitar Dimitrov # # This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/pru/dram.s b/sim/testsuite/sim/pru/dram.s index cad05c4..5f35633 100644 --- a/sim/testsuite/sim/pru/dram.s +++ b/sim/testsuite/sim/pru/dram.s @@ -1,7 +1,7 @@ # Check that DRAM memory access works. # mach: pru -# Copyright (C) 2016-2020 Free Software Foundation, Inc. +# Copyright (C) 2016-2021 Free Software Foundation, Inc. # Contributed by Dimitar Dimitrov # # This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/pru/jmp.s b/sim/testsuite/sim/pru/jmp.s index 8db4770..9b2ec10 100644 --- a/sim/testsuite/sim/pru/jmp.s +++ b/sim/testsuite/sim/pru/jmp.s @@ -1,7 +1,7 @@ # Check that jump and branch insns work. # mach: pru -# Copyright (C) 2016-2020 Free Software Foundation, Inc. +# Copyright (C) 2016-2021 Free Software Foundation, Inc. # Contributed by Dimitar Dimitrov # # This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/pru/lmbd.s b/sim/testsuite/sim/pru/lmbd.s index 9a9e782..36e3086 100644 --- a/sim/testsuite/sim/pru/lmbd.s +++ b/sim/testsuite/sim/pru/lmbd.s @@ -1,7 +1,7 @@ # Check that lmbd insn works. # mach: pru -# Copyright (C) 2020 Free Software Foundation, Inc. +# Copyright (C) 2020-2021 Free Software Foundation, Inc. # Contributed by Dimitar Dimitrov # # This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/pru/loop-imm.s b/sim/testsuite/sim/pru/loop-imm.s index 430b7e5..4de04fa 100644 --- a/sim/testsuite/sim/pru/loop-imm.s +++ b/sim/testsuite/sim/pru/loop-imm.s @@ -1,7 +1,7 @@ # Check that loop insn works. # mach: pru -# Copyright (C) 2016-2020 Free Software Foundation, Inc. +# Copyright (C) 2016-2021 Free Software Foundation, Inc. # Contributed by Dimitar Dimitrov # # This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/pru/loop-reg.s b/sim/testsuite/sim/pru/loop-reg.s index 006fcc4..3fe6654 100644 --- a/sim/testsuite/sim/pru/loop-reg.s +++ b/sim/testsuite/sim/pru/loop-reg.s @@ -1,7 +1,7 @@ # Check that loop insn works. # mach: pru -# Copyright (C) 2016-2020 Free Software Foundation, Inc. +# Copyright (C) 2016-2021 Free Software Foundation, Inc. # Contributed by Dimitar Dimitrov # # This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/pru/mul.s b/sim/testsuite/sim/pru/mul.s index 1ca88a3..7aacc41 100644 --- a/sim/testsuite/sim/pru/mul.s +++ b/sim/testsuite/sim/pru/mul.s @@ -1,7 +1,7 @@ # Check that multiplication works. # mach: pru -# Copyright (C) 2016-2020 Free Software Foundation, Inc. +# Copyright (C) 2016-2021 Free Software Foundation, Inc. # Contributed by Dimitar Dimitrov # # This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/pru/subreg.s b/sim/testsuite/sim/pru/subreg.s index 7fe125d..372f700 100644 --- a/sim/testsuite/sim/pru/subreg.s +++ b/sim/testsuite/sim/pru/subreg.s @@ -1,7 +1,7 @@ # Check that subregister addressing works. # mach: pru -# Copyright (C) 2016-2020 Free Software Foundation, Inc. +# Copyright (C) 2016-2021 Free Software Foundation, Inc. # Contributed by Dimitar Dimitrov # # This file is part of the GNU simulators. diff --git a/sim/testsuite/sim/pru/testutils.inc b/sim/testsuite/sim/pru/testutils.inc index 6333b5b..dfe63f3 100644 --- a/sim/testsuite/sim/pru/testutils.inc +++ b/sim/testsuite/sim/pru/testutils.inc @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2020 Free Software Foundation, Inc. +# Copyright (C) 2016-2021 Free Software Foundation, Inc. # Contributed by Dimitar Dimitrov # # This file is part of the GNU simulators. -- cgit v1.1