summaryrefslogtreecommitdiff
path: root/sim/rx
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2022-01-01 18:56:03 +0400
committerJoel Brobecker <brobecker@adacore.com>2022-01-01 19:13:23 +0400
commit4a94e36819485cdbd50438f800d1e478156a4889 (patch)
tree03138d65b74ebd8d129ed5de07ed54a741dcc4b2 /sim/rx
parentdd10f20452c99cfb19ac9630de943ec0c1912142 (diff)
Automatic Copyright Year update after running gdb/copyright.py
This commit brings all the changes made by running gdb/copyright.py as per GDB's Start of New Year Procedure. For the avoidance of doubt, all changes in this commits were performed by the script.
Diffstat (limited to 'sim/rx')
-rw-r--r--sim/rx/Makefile.in2
-rw-r--r--sim/rx/cpu.h2
-rw-r--r--sim/rx/err.c2
-rw-r--r--sim/rx/err.h2
-rw-r--r--sim/rx/fpu.c2
-rw-r--r--sim/rx/fpu.h2
-rw-r--r--sim/rx/gdb-if.c2
-rw-r--r--sim/rx/load.c2
-rw-r--r--sim/rx/load.h2
-rw-r--r--sim/rx/local.mk2
-rw-r--r--sim/rx/main.c2
-rw-r--r--sim/rx/mem.c2
-rw-r--r--sim/rx/mem.h2
-rw-r--r--sim/rx/misc.c2
-rw-r--r--sim/rx/misc.h2
-rw-r--r--sim/rx/reg.c2
-rw-r--r--sim/rx/rx.c2
-rw-r--r--sim/rx/syscalls.c2
-rw-r--r--sim/rx/syscalls.h2
-rw-r--r--sim/rx/trace.c2
-rw-r--r--sim/rx/trace.h2
21 files changed, 21 insertions, 21 deletions
diff --git a/sim/rx/Makefile.in b/sim/rx/Makefile.in
index 5426cc0dd5..c845fceb2f 100644
--- a/sim/rx/Makefile.in
+++ b/sim/rx/Makefile.in
@@ -1,6 +1,6 @@
#### Makefile.in --- Makefile template for the RX simulator
-### Copyright (C) 2008-2021 Free Software Foundation, Inc.
+### Copyright (C) 2008-2022 Free Software Foundation, Inc.
### Contributed by Red Hat, Inc.
###
### This file is part of the GNU simulators.
diff --git a/sim/rx/cpu.h b/sim/rx/cpu.h
index ef4503cc72..8d00d69d8a 100644
--- a/sim/rx/cpu.h
+++ b/sim/rx/cpu.h
@@ -1,6 +1,6 @@
/* cpu.h --- declarations for the RX core.
-Copyright (C) 2005-2021 Free Software Foundation, Inc.
+Copyright (C) 2005-2022 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rx/err.c b/sim/rx/err.c
index c9b1c3cb57..91c40a9274 100644
--- a/sim/rx/err.c
+++ b/sim/rx/err.c
@@ -1,6 +1,6 @@
/* err.c --- handle errors for RX simulator.
-Copyright (C) 2008-2021 Free Software Foundation, Inc.
+Copyright (C) 2008-2022 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rx/err.h b/sim/rx/err.h
index 314a7b1f03..52f8058465 100644
--- a/sim/rx/err.h
+++ b/sim/rx/err.h
@@ -1,6 +1,6 @@
/* err.h --- handle errors for RX simulator.
-Copyright (C) 2008-2021 Free Software Foundation, Inc.
+Copyright (C) 2008-2022 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rx/fpu.c b/sim/rx/fpu.c
index 611d9123d4..4dd9c697a1 100644
--- a/sim/rx/fpu.c
+++ b/sim/rx/fpu.c
@@ -1,6 +1,6 @@
/* fpu.c --- FPU emulator for stand-alone RX simulator.
-Copyright (C) 2008-2021 Free Software Foundation, Inc.
+Copyright (C) 2008-2022 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rx/fpu.h b/sim/rx/fpu.h
index 45a93acd93..5a527440af 100644
--- a/sim/rx/fpu.h
+++ b/sim/rx/fpu.h
@@ -1,6 +1,6 @@
/* fpu.h --- FPU emulator for stand-alone RX simulator.
-Copyright (C) 2008-2021 Free Software Foundation, Inc.
+Copyright (C) 2008-2022 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rx/gdb-if.c b/sim/rx/gdb-if.c
index 7298631965..ccc81c9756 100644
--- a/sim/rx/gdb-if.c
+++ b/sim/rx/gdb-if.c
@@ -1,6 +1,6 @@
/* gdb-if.c -- sim interface to GDB.
-Copyright (C) 2008-2021 Free Software Foundation, Inc.
+Copyright (C) 2008-2022 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rx/load.c b/sim/rx/load.c
index d144888027..500babc0d7 100644
--- a/sim/rx/load.c
+++ b/sim/rx/load.c
@@ -1,6 +1,6 @@
/* load.c --- loading object files into the RX simulator.
-Copyright (C) 2005-2021 Free Software Foundation, Inc.
+Copyright (C) 2005-2022 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rx/load.h b/sim/rx/load.h
index 562fa235ae..ba2e55589a 100644
--- a/sim/rx/load.h
+++ b/sim/rx/load.h
@@ -1,6 +1,6 @@
/* load.h --- interface to loading object files into the RX simulator.
-Copyright (C) 2008-2021 Free Software Foundation, Inc.
+Copyright (C) 2008-2022 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rx/local.mk b/sim/rx/local.mk
index 6e825b6cc3..6f2dc7eee7 100644
--- a/sim/rx/local.mk
+++ b/sim/rx/local.mk
@@ -1,6 +1,6 @@
## See sim/Makefile.am
##
-## Copyright (C) 2008-2021 Free Software Foundation, Inc.
+## Copyright (C) 2008-2022 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/rx/main.c b/sim/rx/main.c
index 5d7092ba1d..265d283779 100644
--- a/sim/rx/main.c
+++ b/sim/rx/main.c
@@ -1,6 +1,6 @@
/* main.c --- main function for stand-alone RX simulator.
-Copyright (C) 2005-2021 Free Software Foundation, Inc.
+Copyright (C) 2005-2022 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rx/mem.c b/sim/rx/mem.c
index 1cbd3587cf..bde3a10115 100644
--- a/sim/rx/mem.c
+++ b/sim/rx/mem.c
@@ -1,6 +1,6 @@
/* mem.c --- memory for RX simulator.
-Copyright (C) 2005-2021 Free Software Foundation, Inc.
+Copyright (C) 2005-2022 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rx/mem.h b/sim/rx/mem.h
index 15bb5573fa..77f73aceda 100644
--- a/sim/rx/mem.h
+++ b/sim/rx/mem.h
@@ -1,6 +1,6 @@
/* mem.h --- interface to memory for M32C simulator.
-Copyright (C) 2005-2021 Free Software Foundation, Inc.
+Copyright (C) 2005-2022 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rx/misc.c b/sim/rx/misc.c
index e7447aca46..92797bd0b1 100644
--- a/sim/rx/misc.c
+++ b/sim/rx/misc.c
@@ -1,6 +1,6 @@
/* misc.c --- miscellaneous utility functions for RX simulator.
-Copyright (C) 2005-2021 Free Software Foundation, Inc.
+Copyright (C) 2005-2022 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rx/misc.h b/sim/rx/misc.h
index 196af779b3..8693ebed70 100644
--- a/sim/rx/misc.h
+++ b/sim/rx/misc.h
@@ -1,6 +1,6 @@
/* misc.h --- interface to miscellaneous utility functions for RX simulator.
-Copyright (C) 2005-2021 Free Software Foundation, Inc.
+Copyright (C) 2005-2022 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rx/reg.c b/sim/rx/reg.c
index 1d27c59bb9..34ea4f2133 100644
--- a/sim/rx/reg.c
+++ b/sim/rx/reg.c
@@ -1,6 +1,6 @@
/* reg.c --- register set model for RX simulator.
- Copyright (C) 2005-2021 Free Software Foundation, Inc.
+ Copyright (C) 2005-2022 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rx/rx.c b/sim/rx/rx.c
index 666122792f..70b1b9729b 100644
--- a/sim/rx/rx.c
+++ b/sim/rx/rx.c
@@ -1,6 +1,6 @@
/* rx.c --- opcode semantics for stand-alone RX simulator.
-Copyright (C) 2008-2021 Free Software Foundation, Inc.
+Copyright (C) 2008-2022 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rx/syscalls.c b/sim/rx/syscalls.c
index a18c1047af..285d4573da 100644
--- a/sim/rx/syscalls.c
+++ b/sim/rx/syscalls.c
@@ -1,6 +1,6 @@
/* syscalls.c --- implement system calls for the RX simulator.
-Copyright (C) 2005-2021 Free Software Foundation, Inc.
+Copyright (C) 2005-2022 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rx/syscalls.h b/sim/rx/syscalls.h
index d1dcbd637b..3f38d2cde3 100644
--- a/sim/rx/syscalls.h
+++ b/sim/rx/syscalls.h
@@ -1,6 +1,6 @@
/* syscalls.h --- interface to syscalls for the RX sim.
-Copyright (C) 2005-2021 Free Software Foundation, Inc.
+Copyright (C) 2005-2022 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rx/trace.c b/sim/rx/trace.c
index bb191dbdd3..6e9a266ca3 100644
--- a/sim/rx/trace.c
+++ b/sim/rx/trace.c
@@ -1,6 +1,6 @@
/* trace.c --- tracing output for the RX simulator.
-Copyright (C) 2005-2021 Free Software Foundation, Inc.
+Copyright (C) 2005-2022 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rx/trace.h b/sim/rx/trace.h
index 6362b9c40c..c6e1aad95f 100644
--- a/sim/rx/trace.h
+++ b/sim/rx/trace.h
@@ -1,6 +1,6 @@
/* trace.h --- interface to tracing output for the RX simulator.
- Copyright (C) 2005-2021 Free Software Foundation, Inc.
+ Copyright (C) 2005-2022 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.