aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2019-01-01 10:01:51 +0400
committerJoel Brobecker <brobecker@adacore.com>2019-01-01 10:01:51 +0400
commit42a4f53d2bf8938c2aeda9f52be7a20534b214a9 (patch)
tree8ed12ea0408f8c758f2d54e0f09ee580f7581fe2 /sim/testsuite
parent5bbd631dca26b37b1cc7164d4499949826b8a102 (diff)
downloadgdb-42a4f53d2bf8938c2aeda9f52be7a20534b214a9.zip
gdb-42a4f53d2bf8938c2aeda9f52be7a20534b214a9.tar.gz
gdb-42a4f53d2bf8938c2aeda9f52be7a20534b214a9.tar.bz2
Update copyright year range in all GDB files.
This commit applies all changes made after running the gdb/copyright.py script. Note that one file was flagged by the script, due to an invalid copyright header (gdb/unittests/basic_string_view/element_access/char/empty.cc). As the file was copied from GCC's libstdc++-v3 testsuite, this commit leaves this file untouched for the time being; a patch to fix the header was sent to gcc-patches first. gdb/ChangeLog: Update copyright year range in all GDB files.
Diffstat (limited to 'sim/testsuite')
-rw-r--r--sim/testsuite/Makefile.in2
-rw-r--r--sim/testsuite/common/bits-gen.c2
-rw-r--r--sim/testsuite/d10v-elf/Makefile.in2
-rw-r--r--sim/testsuite/frv-elf/Makefile.in2
-rw-r--r--sim/testsuite/m32r-elf/Makefile.in2
-rw-r--r--sim/testsuite/mips64el-elf/Makefile.in2
-rw-r--r--sim/testsuite/sim/cris/asm/asm.exp2
-rw-r--r--sim/testsuite/sim/cris/c/c.exp2
-rw-r--r--sim/testsuite/sim/cris/hw/rv-n-cris/rvc.exp2
-rw-r--r--sim/testsuite/sim/m32c/blinky.s2
-rw-r--r--sim/testsuite/sim/m32c/gloss.s2
-rw-r--r--sim/testsuite/sim/m32c/sample.ld2
-rw-r--r--sim/testsuite/sim/m32c/sample.s2
-rw-r--r--sim/testsuite/sim/m32c/sample2.c2
-rw-r--r--sim/testsuite/sim/mips/hilo-hazard-4.s2
-rw-r--r--sim/testsuite/sim/mips/mips32-dsp.s2
-rw-r--r--sim/testsuite/sim/mips/testutils.inc2
-rw-r--r--sim/testsuite/sim/mips/utils-dsp.inc2
-rw-r--r--sim/testsuite/sim/mips/utils-fpu.inc2
-rw-r--r--sim/testsuite/sim/mips/utils-mdmx.inc2
-rw-r--r--sim/testsuite/sim/or1k/add.S2
-rw-r--r--sim/testsuite/sim/or1k/alltests.exp2
-rw-r--r--sim/testsuite/sim/or1k/and.S2
-rw-r--r--sim/testsuite/sim/or1k/basic.S2
-rw-r--r--sim/testsuite/sim/or1k/div.S2
-rw-r--r--sim/testsuite/sim/or1k/ext.S2
-rw-r--r--sim/testsuite/sim/or1k/find.S2
-rw-r--r--sim/testsuite/sim/or1k/flag.S2
-rw-r--r--sim/testsuite/sim/or1k/fpu.S2
-rw-r--r--sim/testsuite/sim/or1k/jump.S2
-rw-r--r--sim/testsuite/sim/or1k/load.S2
-rw-r--r--sim/testsuite/sim/or1k/mac.S2
-rw-r--r--sim/testsuite/sim/or1k/mfspr.S2
-rw-r--r--sim/testsuite/sim/or1k/mul.S2
-rw-r--r--sim/testsuite/sim/or1k/or.S2
-rw-r--r--sim/testsuite/sim/or1k/or1k-asm-test-env.h2
-rw-r--r--sim/testsuite/sim/or1k/or1k-asm-test-helpers.h2
-rw-r--r--sim/testsuite/sim/or1k/or1k-asm-test.h2
-rw-r--r--sim/testsuite/sim/or1k/or1k-asm.h2
-rw-r--r--sim/testsuite/sim/or1k/or1k-test.ld2
-rw-r--r--sim/testsuite/sim/or1k/ror.S2
-rw-r--r--sim/testsuite/sim/or1k/shift.S2
-rw-r--r--sim/testsuite/sim/or1k/spr-defs.h2
-rw-r--r--sim/testsuite/sim/or1k/sub.S2
-rw-r--r--sim/testsuite/sim/or1k/xor.S2
45 files changed, 45 insertions, 45 deletions
diff --git a/sim/testsuite/Makefile.in b/sim/testsuite/Makefile.in
index 931bedf..a9b50ed 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-2018 Free Software Foundation, Inc.
+# Copyright (C) 1997-2019 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 5394038..362ae5f 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 1997-2019 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 1a25bc6..3ee417e 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-2018 Free Software Foundation, Inc.
+# Copyright (C) 1992-2019 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 6ba8272..76d2353 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-2018 Free Software Foundation, Inc.
+# Copyright (C) 1998-2019 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 4083bb9..a60145e 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-2018 Free Software Foundation, Inc.
+# Copyright (C) 1998-2019 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 7c455eb..5b7a686 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-2018 Free Software Foundation, Inc.
+# Copyright (C) 1992-2019 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 9fe5b99..af098a7 100644
--- a/sim/testsuite/sim/cris/asm/asm.exp
+++ b/sim/testsuite/sim/cris/asm/asm.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2018 Free Software Foundation, Inc.
+# Copyright (C) 2005-2019 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 1b78481..f20dd5d 100644
--- a/sim/testsuite/sim/cris/c/c.exp
+++ b/sim/testsuite/sim/cris/c/c.exp
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2018 Free Software Foundation, Inc.
+# Copyright (C) 2005-2019 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 c8e79f8..80640c2 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-2018 Free Software Foundation, Inc.
+# Copyright (C) 2006-2019 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 f48f8ae..3623aaf 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-2018 Free Software Foundation, Inc.
+;;; Copyright (C) 2005-2019 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 1747b44..7709f8a 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-2018 Free Software Foundation, Inc.
+;;; Copyright (C) 2005-2019 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 52cb394..e179ebb 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-2018 Free Software Foundation, Inc.
+Copyright (C) 2005-2019 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 76c5f3e..43e9e17 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-2018 Free Software Foundation, Inc.
+;;; Copyright (C) 2005-2019 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 e11a93c..edce249 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-2018 Free Software Foundation, Inc.
+Copyright (C) 2005-2019 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 eaf8a55..2fe614c 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-2018 Free Software Foundation, Inc.
+# Copyright (C) 2013-2019 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 0eb2dc6..e104628 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-2018 Free Software Foundation, Inc.
+# Copyright (C) 2005-2019 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 54c1eaf..e9ee616 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-2018 Free Software Foundation, Inc.
+# Copyright (C) 2004-2019 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 b996044..eede6c5 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-2018 Free Software Foundation, Inc.
+# Copyright (C) 2005-2019 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 e4c7af4..aa0c71c 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-2018 Free Software Foundation, Inc.
+# Copyright (C) 2004-2019 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 5199bfc..c2fa602 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-2018 Free Software Foundation, Inc.
+# Copyright (C) 2004-2019 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 4be227d..0ae3d43 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 f09ce8b..884b0f6 100644
--- a/sim/testsuite/sim/or1k/alltests.exp
+++ b/sim/testsuite/sim/or1k/alltests.exp
@@ -1,6 +1,6 @@
# OR1K simulator testsuite.
#
-# Copyright 2017-2018 Free Software Foundation, Inc.
+# Copyright 2017-2019 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 23f2b13..7e4a97d 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 a25cf32..eb3cbd8 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 a3202e9..591c74d 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 9cb0e6e..175fd0f 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 52336be..902b72f 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 a404043..7dc34a3 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 d5e4955..ea54682 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 ea47006..73d4712 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 4c36432..1a252b9 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 203f4a0..3d3c3a7 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 cda63d2..1d86b72 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 70bbc41..483a807 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 ab79de5..ccec6f3 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 5350f93..6d332d6 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 ce5663c..18f3ea9 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 8726707..497a019 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 ef407e5..d5184a4 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 69dda36..8f56a82 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 bc79a9a..8004a2d 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 aad94da..3dbb443 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 c792f6f..0519fb9 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 3a57911..e8f03fa 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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 9c8e35c..9a5794d 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-2018 Free Software Foundation, Inc.
+ Copyright (C) 2017-2019 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