diff options
Diffstat (limited to 'sim/rx')
-rw-r--r-- | sim/rx/Makefile.in | 2 | ||||
-rw-r--r-- | sim/rx/configure.in | 3 | ||||
-rw-r--r-- | sim/rx/cpu.h | 3 | ||||
-rw-r--r-- | sim/rx/err.c | 2 | ||||
-rw-r--r-- | sim/rx/err.h | 2 | ||||
-rw-r--r-- | sim/rx/fpu.c | 2 | ||||
-rw-r--r-- | sim/rx/fpu.h | 2 | ||||
-rw-r--r-- | sim/rx/gdb-if.c | 2 | ||||
-rw-r--r-- | sim/rx/load.c | 3 | ||||
-rw-r--r-- | sim/rx/load.h | 2 | ||||
-rw-r--r-- | sim/rx/main.c | 3 | ||||
-rw-r--r-- | sim/rx/mem.c | 3 | ||||
-rw-r--r-- | sim/rx/mem.h | 3 | ||||
-rw-r--r-- | sim/rx/misc.c | 3 | ||||
-rw-r--r-- | sim/rx/misc.h | 3 | ||||
-rw-r--r-- | sim/rx/reg.c | 3 | ||||
-rw-r--r-- | sim/rx/rx.c | 2 | ||||
-rw-r--r-- | sim/rx/syscalls.c | 3 | ||||
-rw-r--r-- | sim/rx/syscalls.h | 3 | ||||
-rw-r--r-- | sim/rx/trace.c | 3 | ||||
-rw-r--r-- | sim/rx/trace.h | 3 |
21 files changed, 34 insertions, 21 deletions
diff --git a/sim/rx/Makefile.in b/sim/rx/Makefile.in index 313cb19..1281270 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 653689e..c643222 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 6fc99a9..0911b1b 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 a4d18c1..66a7c08 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 d05986a..97b22d1 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 2597dc2..3d88ef0 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 d8efb4f..6041fc4 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 957ef3c..8922228 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 bcd8d82..dd930cd 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 c4f10ab..cab26a8 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 16bdf36..39dcdea 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 3a976cb..ddc2868 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 c562392..d823698 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 4f497db..dbb049a 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 bd847a0..a2239af 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 0103d21..f99fd4a 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 dd9bb8e..c53c27b 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 2f8c328..14b32f6 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 05d4b38..869b2ad 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 add37ea..cea7121 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 0a73342..4db2af3 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. |