summaryrefslogtreecommitdiffstats
path: root/sim/rx
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-01-04 08:28:28 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-01-04 08:28:28 +0000
commitc5a570810022466eaa5e077cd1b8aa00d74706f1 (patch)
tree34591c7977f834cbf2e2fc867e44173b32a894d4 /sim/rx
parent0b30217134add051e159a192066a1e568ebd837f (diff)
downloadppe42-binutils-c5a570810022466eaa5e077cd1b8aa00d74706f1.tar.gz
ppe42-binutils-c5a570810022466eaa5e077cd1b8aa00d74706f1.zip
Copyright year update in most files of the GDB Project.
gdb/ChangeLog: Copyright year update in most files of the GDB Project.
Diffstat (limited to 'sim/rx')
-rw-r--r--sim/rx/Makefile.in2
-rw-r--r--sim/rx/configure.ac3
-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, 21 insertions, 34 deletions
diff --git a/sim/rx/Makefile.in b/sim/rx/Makefile.in
index 1281270535..ad26807164 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, 2011 Free Software Foundation, Inc.
+### Copyright (C) 2008-2012 Free Software Foundation, Inc.
### Contributed by Red Hat, Inc.
###
### This file is part of the GNU simulators.
diff --git a/sim/rx/configure.ac b/sim/rx/configure.ac
index bc7bab176f..aebad94087 100644
--- a/sim/rx/configure.ac
+++ b/sim/rx/configure.ac
@@ -1,7 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-dnl Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
-dnl Free Software Foundation, Inc.
+dnl Copyright (C) 2005, 2007-2012 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 0911b1b5e5..4b6d46cb1a 100644
--- a/sim/rx/cpu.h
+++ b/sim/rx/cpu.h
@@ -1,7 +1,6 @@
/* cpu.h --- declarations for the RX core.
-Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
-Free Software Foundation, Inc.
+Copyright (C) 2005, 2007-2012 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 66a7c08fee..fc3f019415 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, 2011 Free Software Foundation, Inc.
+Copyright (C) 2008-2012 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 97b22d18ca..368c86dda9 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, 2011 Free Software Foundation, Inc.
+Copyright (C) 2008-2012 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 3d88ef0d2b..ee7f351f64 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, 2011 Free Software Foundation, Inc.
+Copyright (C) 2008-2012 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 6041fc4dc5..ac8198b0f6 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, 2011 Free Software Foundation, Inc.
+Copyright (C) 2008-2012 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 95884f03eb..6f882d686a 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, 2011 Free Software Foundation, Inc.
+Copyright (C) 2008-2012 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 dd930cdaf0..39eb26166a 100644
--- a/sim/rx/load.c
+++ b/sim/rx/load.c
@@ -1,7 +1,6 @@
/* load.c --- loading object files into the RX simulator.
-Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
-Free Software Foundation, Inc.
+Copyright (C) 2005, 2007-2012 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 cab26a854b..b9c63d31f0 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, 2011 Free Software Foundation, Inc.
+Copyright (C) 2008-2012 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 39dcdea711..6f43c9f1a7 100644
--- a/sim/rx/main.c
+++ b/sim/rx/main.c
@@ -1,7 +1,6 @@
/* main.c --- main function for stand-alone RX simulator.
-Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
-Free Software Foundation, Inc.
+Copyright (C) 2005, 2007-2012 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 ddc2868af8..5c8dc3e703 100644
--- a/sim/rx/mem.c
+++ b/sim/rx/mem.c
@@ -1,7 +1,6 @@
/* mem.c --- memory for RX simulator.
-Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
-Free Software Foundation, Inc.
+Copyright (C) 2005, 2007-2012 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 d823698b47..22fd519685 100644
--- a/sim/rx/mem.h
+++ b/sim/rx/mem.h
@@ -1,7 +1,6 @@
/* mem.h --- interface to memory for M32C simulator.
-Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
-Free Software Foundation, Inc.
+Copyright (C) 2005, 2007-2012 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 dbb049a9d3..6acce04b35 100644
--- a/sim/rx/misc.c
+++ b/sim/rx/misc.c
@@ -1,7 +1,6 @@
/* misc.c --- miscellaneous utility functions for RX simulator.
-Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
-Free Software Foundation, Inc.
+Copyright (C) 2005, 2007-2012 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 a2239af08e..422e7728f9 100644
--- a/sim/rx/misc.h
+++ b/sim/rx/misc.h
@@ -1,7 +1,6 @@
/* misc.h --- interface to miscellaneous utility functions for RX simulator.
-Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
-Free Software Foundation, Inc.
+Copyright (C) 2005, 2007-2012 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 f99fd4a0e6..6b06322eeb 100644
--- a/sim/rx/reg.c
+++ b/sim/rx/reg.c
@@ -1,7 +1,6 @@
/* reg.c --- register set model for RX simulator.
- Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 2005, 2007-2012 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 c53c27b97e..6d9d9d572e 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, 2011 Free Software Foundation, Inc.
+Copyright (C) 2008-2012 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 14b32f65d1..6d2f16317d 100644
--- a/sim/rx/syscalls.c
+++ b/sim/rx/syscalls.c
@@ -1,7 +1,6 @@
/* syscalls.c --- implement system calls for the RX simulator.
-Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
-Free Software Foundation, Inc.
+Copyright (C) 2005, 2007-2012 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 869b2ad2c4..b1521ad3a6 100644
--- a/sim/rx/syscalls.h
+++ b/sim/rx/syscalls.h
@@ -1,7 +1,6 @@
/* syscalls.h --- interface to syscalls for the RX sim.
-Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
-Free Software Foundation, Inc.
+Copyright (C) 2005, 2007-2012 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 cea7121e40..4a99dc4785 100644
--- a/sim/rx/trace.c
+++ b/sim/rx/trace.c
@@ -1,7 +1,6 @@
/* trace.c --- tracing output for the RX simulator.
-Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
-Free Software Foundation, Inc.
+Copyright (C) 2005, 2007-2012 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 4db2af3da9..12d63aa880 100644
--- a/sim/rx/trace.h
+++ b/sim/rx/trace.h
@@ -1,7 +1,6 @@
/* trace.h --- interface to tracing output for the RX simulator.
- Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 2005, 2007-2012 Free Software Foundation, Inc.
Contributed by Red Hat, Inc.
This file is part of the GNU simulators.
OpenPOWER on IntegriCloud