summaryrefslogtreecommitdiff
path: root/sim/testsuite/or1k
diff options
context:
space:
mode:
Diffstat (limited to 'sim/testsuite/or1k')
-rw-r--r--sim/testsuite/or1k/add.S2
-rw-r--r--sim/testsuite/or1k/adrp.S2
-rw-r--r--sim/testsuite/or1k/alltests.exp2
-rw-r--r--sim/testsuite/or1k/and.S2
-rw-r--r--sim/testsuite/or1k/basic.S2
-rw-r--r--sim/testsuite/or1k/div.S2
-rw-r--r--sim/testsuite/or1k/ext.S2
-rw-r--r--sim/testsuite/or1k/find.S2
-rw-r--r--sim/testsuite/or1k/flag.S2
-rw-r--r--sim/testsuite/or1k/fpu-unordered.S2
-rw-r--r--sim/testsuite/or1k/fpu.S2
-rw-r--r--sim/testsuite/or1k/fpu64a32-unordered.S2
-rw-r--r--sim/testsuite/or1k/fpu64a32.S2
-rw-r--r--sim/testsuite/or1k/jump.S2
-rw-r--r--sim/testsuite/or1k/load.S2
-rw-r--r--sim/testsuite/or1k/mac.S2
-rw-r--r--sim/testsuite/or1k/mfspr.S2
-rw-r--r--sim/testsuite/or1k/mul.S2
-rw-r--r--sim/testsuite/or1k/or.S2
-rw-r--r--sim/testsuite/or1k/or1k-asm-test-env.h2
-rw-r--r--sim/testsuite/or1k/or1k-asm-test-helpers.h2
-rw-r--r--sim/testsuite/or1k/or1k-asm-test.h2
-rw-r--r--sim/testsuite/or1k/or1k-asm.h2
-rw-r--r--sim/testsuite/or1k/or1k-test.ld2
-rw-r--r--sim/testsuite/or1k/ror.S2
-rw-r--r--sim/testsuite/or1k/shift.S2
-rw-r--r--sim/testsuite/or1k/spr-defs.h2
-rw-r--r--sim/testsuite/or1k/sub.S2
-rw-r--r--sim/testsuite/or1k/xor.S2
29 files changed, 29 insertions, 29 deletions
diff --git a/sim/testsuite/or1k/add.S b/sim/testsuite/or1k/add.S
index c3dfce7069f..34689499435 100644
--- a/sim/testsuite/or1k/add.S
+++ b/sim/testsuite/or1k/add.S
@@ -1,6 +1,6 @@
/* Tests instructions l.add, l.addc, l.addi and l.addic.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/adrp.S b/sim/testsuite/or1k/adrp.S
index 0c3fbc7c165..eaddcb03885 100644
--- a/sim/testsuite/or1k/adrp.S
+++ b/sim/testsuite/or1k/adrp.S
@@ -1,6 +1,6 @@
/* Tests the load page address instruction.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-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
diff --git a/sim/testsuite/or1k/alltests.exp b/sim/testsuite/or1k/alltests.exp
index 15a7fd47c79..05478776e6e 100644
--- a/sim/testsuite/or1k/alltests.exp
+++ b/sim/testsuite/or1k/alltests.exp
@@ -1,6 +1,6 @@
# OR1K simulator testsuite.
#
-# Copyright 2017-2022 Free Software Foundation, Inc.
+# Copyright 2017-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
diff --git a/sim/testsuite/or1k/and.S b/sim/testsuite/or1k/and.S
index ae18e46a46a..6683b871fa2 100644
--- a/sim/testsuite/or1k/and.S
+++ b/sim/testsuite/or1k/and.S
@@ -1,6 +1,6 @@
/* Tests instructions l.and, l.andi.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/basic.S b/sim/testsuite/or1k/basic.S
index 1d2679db461..69dd63da48b 100644
--- a/sim/testsuite/or1k/basic.S
+++ b/sim/testsuite/or1k/basic.S
@@ -1,6 +1,6 @@
/* Tests some basic CPU instructions.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/div.S b/sim/testsuite/or1k/div.S
index dfb8d2068bd..69e282291e4 100644
--- a/sim/testsuite/or1k/div.S
+++ b/sim/testsuite/or1k/div.S
@@ -1,6 +1,6 @@
/* Tests the divide instructions.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/ext.S b/sim/testsuite/or1k/ext.S
index 382ec3a5c8c..bb9cd3778be 100644
--- a/sim/testsuite/or1k/ext.S
+++ b/sim/testsuite/or1k/ext.S
@@ -1,6 +1,6 @@
/* Tests the l.ext{b,h}{s,z} instructions.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/find.S b/sim/testsuite/or1k/find.S
index 64c6e35f0e4..419041b4450 100644
--- a/sim/testsuite/or1k/find.S
+++ b/sim/testsuite/or1k/find.S
@@ -1,6 +1,6 @@
/* Tests the find instructions.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/flag.S b/sim/testsuite/or1k/flag.S
index 10779ce6702..f6eceb8ad39 100644
--- a/sim/testsuite/or1k/flag.S
+++ b/sim/testsuite/or1k/flag.S
@@ -1,6 +1,6 @@
/* Tests the set flag (l.sf*) instructions.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/fpu-unordered.S b/sim/testsuite/or1k/fpu-unordered.S
index fe46002d04c..624aa0fe05d 100644
--- a/sim/testsuite/or1k/fpu-unordered.S
+++ b/sim/testsuite/or1k/fpu-unordered.S
@@ -1,6 +1,6 @@
/* Tests some basic unordered fpu compare instructions.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-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
diff --git a/sim/testsuite/or1k/fpu.S b/sim/testsuite/or1k/fpu.S
index f8a97d4c802..cd99f4851dc 100644
--- a/sim/testsuite/or1k/fpu.S
+++ b/sim/testsuite/or1k/fpu.S
@@ -1,6 +1,6 @@
/* Tests some basic fpu instructions.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/fpu64a32-unordered.S b/sim/testsuite/or1k/fpu64a32-unordered.S
index c5dacbb26e7..e0ae6e770d1 100644
--- a/sim/testsuite/or1k/fpu64a32-unordered.S
+++ b/sim/testsuite/or1k/fpu64a32-unordered.S
@@ -1,6 +1,6 @@
/* Tests some basic unordered fpu compare instructions.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-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
diff --git a/sim/testsuite/or1k/fpu64a32.S b/sim/testsuite/or1k/fpu64a32.S
index f392506155b..71b72b7761c 100644
--- a/sim/testsuite/or1k/fpu64a32.S
+++ b/sim/testsuite/or1k/fpu64a32.S
@@ -1,6 +1,6 @@
/* Tests some basic fpu instructions.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-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
diff --git a/sim/testsuite/or1k/jump.S b/sim/testsuite/or1k/jump.S
index 01d6123f211..a9b182d47d7 100644
--- a/sim/testsuite/or1k/jump.S
+++ b/sim/testsuite/or1k/jump.S
@@ -1,6 +1,6 @@
/* Tests the jump instructions.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/load.S b/sim/testsuite/or1k/load.S
index 6a03a323fdc..8ad8e5b4b8a 100644
--- a/sim/testsuite/or1k/load.S
+++ b/sim/testsuite/or1k/load.S
@@ -1,6 +1,6 @@
/* Tests the load and store instructions.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/mac.S b/sim/testsuite/or1k/mac.S
index 7c5ee607447..cd6663937c4 100644
--- a/sim/testsuite/or1k/mac.S
+++ b/sim/testsuite/or1k/mac.S
@@ -1,6 +1,6 @@
/* Tests the MAC instructions.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/mfspr.S b/sim/testsuite/or1k/mfspr.S
index 8d12d0602e4..345c936873d 100644
--- a/sim/testsuite/or1k/mfspr.S
+++ b/sim/testsuite/or1k/mfspr.S
@@ -1,6 +1,6 @@
/* Tests instructions l.mfspr and l.mtspr.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/mul.S b/sim/testsuite/or1k/mul.S
index 829ca3b9205..8eebf386b5b 100644
--- a/sim/testsuite/or1k/mul.S
+++ b/sim/testsuite/or1k/mul.S
@@ -1,6 +1,6 @@
/* Tests the multiply instructions.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/or.S b/sim/testsuite/or1k/or.S
index 9b2f5ef2290..e5860afe278 100644
--- a/sim/testsuite/or1k/or.S
+++ b/sim/testsuite/or1k/or.S
@@ -1,6 +1,6 @@
/* Tests instructions l.or, l.ori.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/or1k-asm-test-env.h b/sim/testsuite/or1k/or1k-asm-test-env.h
index 5152c8d3fcf..1a4a8babff0 100644
--- a/sim/testsuite/or1k/or1k-asm-test-env.h
+++ b/sim/testsuite/or1k/or1k-asm-test-env.h
@@ -1,6 +1,6 @@
/* Testsuite macros for OpenRISC.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/or1k-asm-test-helpers.h b/sim/testsuite/or1k/or1k-asm-test-helpers.h
index 2ca4177ca89..59b696f7e27 100644
--- a/sim/testsuite/or1k/or1k-asm-test-helpers.h
+++ b/sim/testsuite/or1k/or1k-asm-test-helpers.h
@@ -1,6 +1,6 @@
/* Testsuite helpers for OpenRISC.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/or1k-asm-test.h b/sim/testsuite/or1k/or1k-asm-test.h
index 4a95521ce45..5351a819f5c 100644
--- a/sim/testsuite/or1k/or1k-asm-test.h
+++ b/sim/testsuite/or1k/or1k-asm-test.h
@@ -1,6 +1,6 @@
/* Testsuite architecture macros for OpenRISC.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/or1k-asm.h b/sim/testsuite/or1k/or1k-asm.h
index 44b66e7f962..082bda66647 100644
--- a/sim/testsuite/or1k/or1k-asm.h
+++ b/sim/testsuite/or1k/or1k-asm.h
@@ -1,6 +1,6 @@
/* Testsuite assembly helpers for OpenRISC.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/or1k-test.ld b/sim/testsuite/or1k/or1k-test.ld
index 6787b24d494..f1535daeabd 100644
--- a/sim/testsuite/or1k/or1k-test.ld
+++ b/sim/testsuite/or1k/or1k-test.ld
@@ -1,6 +1,6 @@
/* Test linker script for OpenRISC.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/ror.S b/sim/testsuite/or1k/ror.S
index 7e9ff57f366..345dc837b3b 100644
--- a/sim/testsuite/or1k/ror.S
+++ b/sim/testsuite/or1k/ror.S
@@ -1,6 +1,6 @@
/* Tests instructions l.ror and l.rori.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/shift.S b/sim/testsuite/or1k/shift.S
index bfd9de9783a..6b97f628eec 100644
--- a/sim/testsuite/or1k/shift.S
+++ b/sim/testsuite/or1k/shift.S
@@ -1,6 +1,6 @@
/* Tests the shift instructions.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/spr-defs.h b/sim/testsuite/or1k/spr-defs.h
index 30dc1306533..d72be632132 100644
--- a/sim/testsuite/or1k/spr-defs.h
+++ b/sim/testsuite/or1k/spr-defs.h
@@ -1,6 +1,6 @@
/* Special Purpose Registers definitions
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/sub.S b/sim/testsuite/or1k/sub.S
index ca361e70351..38821bfc83a 100644
--- a/sim/testsuite/or1k/sub.S
+++ b/sim/testsuite/or1k/sub.S
@@ -1,6 +1,6 @@
/* Tests instruction l.sub.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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
diff --git a/sim/testsuite/or1k/xor.S b/sim/testsuite/or1k/xor.S
index 2b578f40a9f..47902ebe485 100644
--- a/sim/testsuite/or1k/xor.S
+++ b/sim/testsuite/or1k/xor.S
@@ -1,6 +1,6 @@
/* Tests instructions l.xor, l.xori.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-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