aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/pru
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/pru')
-rw-r--r--sim/testsuite/pru/add.s2
-rw-r--r--sim/testsuite/pru/allinsn.exp2
-rw-r--r--sim/testsuite/pru/dmem-zero-pass.s2
-rw-r--r--sim/testsuite/pru/dmem-zero-trap.s2
-rw-r--r--sim/testsuite/pru/dram.s2
-rw-r--r--sim/testsuite/pru/jmp.s2
-rw-r--r--sim/testsuite/pru/lmbd.s2
-rw-r--r--sim/testsuite/pru/loop-imm.s2
-rw-r--r--sim/testsuite/pru/loop-reg.s2
-rw-r--r--sim/testsuite/pru/loop-zero.s2
-rw-r--r--sim/testsuite/pru/mul.s2
-rw-r--r--sim/testsuite/pru/subreg.s2
-rw-r--r--sim/testsuite/pru/testutils.inc2
13 files changed, 13 insertions, 13 deletions
diff --git a/sim/testsuite/pru/add.s b/sim/testsuite/pru/add.s
index 15191c6..799b800 100644
--- a/sim/testsuite/pru/add.s
+++ b/sim/testsuite/pru/add.s
@@ -1,7 +1,7 @@
# Check that basic add insn works.
# mach: pru
-# Copyright (C) 2016-2022 Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 Free Software Foundation, Inc.
# Contributed by Dimitar Dimitrov <dimitar@dinux.eu>
#
# This file is part of the GNU simulators.
diff --git a/sim/testsuite/pru/allinsn.exp b/sim/testsuite/pru/allinsn.exp
index 465582f..02a4c60 100644
--- a/sim/testsuite/pru/allinsn.exp
+++ b/sim/testsuite/pru/allinsn.exp
@@ -1,6 +1,6 @@
# PRU simulator testsuite.
-# Copyright (C) 2016-2022 Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 Free Software Foundation, Inc.
# Contributed by Dimitar Dimitrov <dimitar@dinux.eu>
#
# This file is part of the GNU simulators.
diff --git a/sim/testsuite/pru/dmem-zero-pass.s b/sim/testsuite/pru/dmem-zero-pass.s
index 111b560..b034d39 100644
--- a/sim/testsuite/pru/dmem-zero-pass.s
+++ b/sim/testsuite/pru/dmem-zero-pass.s
@@ -1,7 +1,7 @@
# Check that DMEM zero address access works by default.
# mach: pru
-# Copyright (C) 2016-2022 Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 Free Software Foundation, Inc.
# Contributed by Dimitar Dimitrov <dimitar@dinux.eu>
#
# This file is part of the GNU simulators.
diff --git a/sim/testsuite/pru/dmem-zero-trap.s b/sim/testsuite/pru/dmem-zero-trap.s
index f9cf57f..e91b0a6 100644
--- a/sim/testsuite/pru/dmem-zero-trap.s
+++ b/sim/testsuite/pru/dmem-zero-trap.s
@@ -4,7 +4,7 @@
# xerror:
# output: core: 4 byte read to unmapped address 0x0 at *\n
-# Copyright (C) 2016-2022 Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 Free Software Foundation, Inc.
# Contributed by Dimitar Dimitrov <dimitar@dinux.eu>
#
# This file is part of the GNU simulators.
diff --git a/sim/testsuite/pru/dram.s b/sim/testsuite/pru/dram.s
index dac084a..9d1fe49 100644
--- a/sim/testsuite/pru/dram.s
+++ b/sim/testsuite/pru/dram.s
@@ -1,7 +1,7 @@
# Check that DRAM memory access works.
# mach: pru
-# Copyright (C) 2016-2022 Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 Free Software Foundation, Inc.
# Contributed by Dimitar Dimitrov <dimitar@dinux.eu>
#
# This file is part of the GNU simulators.
diff --git a/sim/testsuite/pru/jmp.s b/sim/testsuite/pru/jmp.s
index 54376de..a90d678 100644
--- a/sim/testsuite/pru/jmp.s
+++ b/sim/testsuite/pru/jmp.s
@@ -1,7 +1,7 @@
# Check that jump and branch insns work.
# mach: pru
-# Copyright (C) 2016-2022 Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 Free Software Foundation, Inc.
# Contributed by Dimitar Dimitrov <dimitar@dinux.eu>
#
# This file is part of the GNU simulators.
diff --git a/sim/testsuite/pru/lmbd.s b/sim/testsuite/pru/lmbd.s
index 4358dfc..05972c2 100644
--- a/sim/testsuite/pru/lmbd.s
+++ b/sim/testsuite/pru/lmbd.s
@@ -1,7 +1,7 @@
# Check that lmbd insn works.
# mach: pru
-# Copyright (C) 2020-2022 Free Software Foundation, Inc.
+# Copyright (C) 2020-2023 Free Software Foundation, Inc.
# Contributed by Dimitar Dimitrov <dimitar@dinux.eu>
#
# This file is part of the GNU simulators.
diff --git a/sim/testsuite/pru/loop-imm.s b/sim/testsuite/pru/loop-imm.s
index df48ee0..78183f6 100644
--- a/sim/testsuite/pru/loop-imm.s
+++ b/sim/testsuite/pru/loop-imm.s
@@ -1,7 +1,7 @@
# Check that loop insn works.
# mach: pru
-# Copyright (C) 2016-2022 Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 Free Software Foundation, Inc.
# Contributed by Dimitar Dimitrov <dimitar@dinux.eu>
#
# This file is part of the GNU simulators.
diff --git a/sim/testsuite/pru/loop-reg.s b/sim/testsuite/pru/loop-reg.s
index dde6520..801e2a0 100644
--- a/sim/testsuite/pru/loop-reg.s
+++ b/sim/testsuite/pru/loop-reg.s
@@ -1,7 +1,7 @@
# Check that loop insn works.
# mach: pru
-# Copyright (C) 2016-2022 Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 Free Software Foundation, Inc.
# Contributed by Dimitar Dimitrov <dimitar@dinux.eu>
#
# This file is part of the GNU simulators.
diff --git a/sim/testsuite/pru/loop-zero.s b/sim/testsuite/pru/loop-zero.s
index 65330f2..a1804e2 100644
--- a/sim/testsuite/pru/loop-zero.s
+++ b/sim/testsuite/pru/loop-zero.s
@@ -1,7 +1,7 @@
# Check that loop insn works if register value is zero.
# mach: pru
-# Copyright (C) 2022 Free Software Foundation, Inc.
+# Copyright (C) 2022-2023 Free Software Foundation, Inc.
# Contributed by Dimitar Dimitrov <dimitar@dinux.eu>
#
# This file is part of the GNU simulators.
diff --git a/sim/testsuite/pru/mul.s b/sim/testsuite/pru/mul.s
index d6ffe2b..9afe07d 100644
--- a/sim/testsuite/pru/mul.s
+++ b/sim/testsuite/pru/mul.s
@@ -1,7 +1,7 @@
# Check that multiplication works.
# mach: pru
-# Copyright (C) 2016-2022 Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 Free Software Foundation, Inc.
# Contributed by Dimitar Dimitrov <dimitar@dinux.eu>
#
# This file is part of the GNU simulators.
diff --git a/sim/testsuite/pru/subreg.s b/sim/testsuite/pru/subreg.s
index 8374c0f..0bdd82e 100644
--- a/sim/testsuite/pru/subreg.s
+++ b/sim/testsuite/pru/subreg.s
@@ -1,7 +1,7 @@
# Check that subregister addressing works.
# mach: pru
-# Copyright (C) 2016-2022 Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 Free Software Foundation, Inc.
# Contributed by Dimitar Dimitrov <dimitar@dinux.eu>
#
# This file is part of the GNU simulators.
diff --git a/sim/testsuite/pru/testutils.inc b/sim/testsuite/pru/testutils.inc
index 009dc01..4b10512 100644
--- a/sim/testsuite/pru/testutils.inc
+++ b/sim/testsuite/pru/testutils.inc
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2022 Free Software Foundation, Inc.
+# Copyright (C) 2016-2023 Free Software Foundation, Inc.
# Contributed by Dimitar Dimitrov <dimitar@dinux.eu>
#
# This file is part of the GNU simulators.