summaryrefslogtreecommitdiff
path: root/sim/rx
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-01-01 15:32:52 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-01-01 15:32:52 +0000
commit6d3bcdd4f73f02e252738c51ef90c804f3b281f7 (patch)
tree4de2786fedf8a372546d05d56961f34d4ea10034 /sim/rx
parente932f1922b2554951551c17864b28468de5f732c (diff)
downloadgdb-6d3bcdd4f73f02e252738c51ef90c804f3b281f7.tar.gz
run copyright.sh for 2011.
Diffstat (limited to 'sim/rx')
-rw-r--r--sim/rx/Makefile.in2
-rw-r--r--sim/rx/configure.in3
-rw-r--r--sim/rx/cpu.h3
-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.c3
-rw-r--r--sim/rx/load.h2
-rw-r--r--sim/rx/main.c3
-rw-r--r--sim/rx/mem.c3
-rw-r--r--sim/rx/mem.h3
-rw-r--r--sim/rx/misc.c3
-rw-r--r--sim/rx/misc.h3
-rw-r--r--sim/rx/reg.c3
-rw-r--r--sim/rx/rx.c2
-rw-r--r--sim/rx/syscalls.c3
-rw-r--r--sim/rx/syscalls.h3
-rw-r--r--sim/rx/trace.c3
-rw-r--r--sim/rx/trace.h3
21 files changed, 34 insertions, 21 deletions
diff --git a/sim/rx/Makefile.in b/sim/rx/Makefile.in
index 313cb19b152..1281270535f 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, 2009, 2010 Free Software Foundation, Inc.
+### Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
### Contributed by Red Hat, Inc.
###
### This file is part of the GNU simulators.
diff --git a/sim/rx/configure.in b/sim/rx/configure.in
index 653689e9cb2..c643222999d 100644
--- a/sim/rx/configure.in
+++ b/sim/rx/configure.in
@@ -1,6 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
-dnl Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+dnl Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
+Free Software Foundation, Inc.
dnl Contributed by Red Hat, Inc.
dnl
dnl This file is part of the GNU simulators.
diff --git a/sim/rx/cpu.h b/sim/rx/cpu.h
index 6fc99a9ba8c..0911b1b5e55 100644
--- a/sim/rx/cpu.h
+++ b/sim/rx/cpu.h
@@ -1,6 +1,7 @@
/* cpu.h --- declarations for the RX core.
-Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
+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 a4d18c1c0ac..66a7c08feef 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, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2008, 2009, 2010, 2011 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 d05986a406a..97b22d18ca3 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, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2008, 2009, 2010, 2011 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 2597dc22743..3d88ef0d2b5 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, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2008, 2009, 2010, 2011 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 d8efb4f9a54..6041fc4dc53 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, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2008, 2009, 2010, 2011 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 957ef3c9cdd..8922228fc89 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, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2008, 2009, 2010, 2011 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 bcd8d82cf23..dd930cdaf0b 100644
--- a/sim/rx/load.c
+++ b/sim/rx/load.c
@@ -1,6 +1,7 @@
/* load.c --- loading object files into the RX simulator.
-Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
+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 c4f10ab9714..cab26a854b0 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, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
diff --git a/sim/rx/main.c b/sim/rx/main.c
index 16bdf36d6d8..39dcdea7114 100644
--- a/sim/rx/main.c
+++ b/sim/rx/main.c
@@ -1,6 +1,7 @@
/* main.c --- main function for stand-alone RX simulator.
-Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
+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 3a976cb8554..ddc2868af82 100644
--- a/sim/rx/mem.c
+++ b/sim/rx/mem.c
@@ -1,6 +1,7 @@
/* mem.c --- memory for RX simulator.
-Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
+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 c562392731e..d823698b47b 100644
--- a/sim/rx/mem.h
+++ b/sim/rx/mem.h
@@ -1,6 +1,7 @@
/* mem.h --- interface to memory for M32C simulator.
-Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
+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 4f497db01bc..dbb049a9d3d 100644
--- a/sim/rx/misc.c
+++ b/sim/rx/misc.c
@@ -1,6 +1,7 @@
/* misc.c --- miscellaneous utility functions for RX simulator.
-Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
+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 bd847a03c55..a2239af08e2 100644
--- a/sim/rx/misc.h
+++ b/sim/rx/misc.h
@@ -1,6 +1,7 @@
/* misc.h --- interface to miscellaneous utility functions for RX simulator.
-Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
+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 0103d212701..f99fd4a0e68 100644
--- a/sim/rx/reg.c
+++ b/sim/rx/reg.c
@@ -1,6 +1,7 @@
/* reg.c --- register set model for RX simulator.
- Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
+ 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 dd9bb8ef803..c53c27b97e4 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, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2008, 2009, 2010, 2011 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 2f8c328c41c..14b32f65d1a 100644
--- a/sim/rx/syscalls.c
+++ b/sim/rx/syscalls.c
@@ -1,6 +1,7 @@
/* syscalls.c --- implement system calls for the RX simulator.
-Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
+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 05d4b38ef30..869b2ad2c4b 100644
--- a/sim/rx/syscalls.h
+++ b/sim/rx/syscalls.h
@@ -1,6 +1,7 @@
/* syscalls.h --- interface to syscalls for the RX sim.
-Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
+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 add37ead329..cea7121e403 100644
--- a/sim/rx/trace.c
+++ b/sim/rx/trace.c
@@ -1,6 +1,7 @@
/* trace.c --- tracing output for the RX simulator.
-Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
+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 0a733420a33..4db2af3da9d 100644
--- a/sim/rx/trace.h
+++ b/sim/rx/trace.h
@@ -1,6 +1,7 @@
/* trace.h --- interface to tracing output for the RX simulator.
- Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
+ Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.