aboutsummaryrefslogtreecommitdiff
path: root/sim/frv
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-01-01 10:03:36 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-01-01 10:03:36 +0000
commitdc3cf14f35b666eed7be13100ff58639450aa5cf (patch)
tree928766ed33028b6983172ae85cf914a67c102e77 /sim/frv
parentabd775ced888559dcee0fa46b6b06bccabbd84cb (diff)
downloadfsf-binutils-gdb-dc3cf14f35b666eed7be13100ff58639450aa5cf.zip
fsf-binutils-gdb-dc3cf14f35b666eed7be13100ff58639450aa5cf.tar.gz
fsf-binutils-gdb-dc3cf14f35b666eed7be13100ff58639450aa5cf.tar.bz2
Update copyright notices to add year 2010.
Diffstat (limited to 'sim/frv')
-rw-r--r--sim/frv/Makefile.in2
-rw-r--r--sim/frv/cache.c2
-rw-r--r--sim/frv/cache.h2
-rw-r--r--sim/frv/devices.c3
-rw-r--r--sim/frv/frv-sim.h2
-rw-r--r--sim/frv/frv.c2
-rw-r--r--sim/frv/interrupts.c2
-rw-r--r--sim/frv/memory.c2
-rw-r--r--sim/frv/mloop.in2
-rw-r--r--sim/frv/options.c3
-rw-r--r--sim/frv/pipeline.c2
-rw-r--r--sim/frv/profile-fr400.c2
-rw-r--r--sim/frv/profile-fr400.h2
-rw-r--r--sim/frv/profile-fr450.c3
-rw-r--r--sim/frv/profile-fr500.c2
-rw-r--r--sim/frv/profile-fr500.h2
-rw-r--r--sim/frv/profile-fr550.c2
-rw-r--r--sim/frv/profile-fr550.h2
-rw-r--r--sim/frv/profile.c2
-rw-r--r--sim/frv/profile.h2
-rw-r--r--sim/frv/registers.c2
-rw-r--r--sim/frv/registers.h2
-rw-r--r--sim/frv/reset.c2
-rw-r--r--sim/frv/sim-if.c2
-rw-r--r--sim/frv/sim-main.h2
-rw-r--r--sim/frv/traps.c2
26 files changed, 29 insertions, 26 deletions
diff --git a/sim/frv/Makefile.in b/sim/frv/Makefile.in
index 1ae92e8..99dbdb3 100644
--- a/sim/frv/Makefile.in
+++ b/sim/frv/Makefile.in
@@ -1,5 +1,5 @@
# Makefile template for Configure for the frv simulator
-# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009
+# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009, 2010
# Free Software Foundation, Inc.
# Contributed by Red Hat.
#
diff --git a/sim/frv/cache.c b/sim/frv/cache.c
index 849cf4a..033b493 100644
--- a/sim/frv/cache.c
+++ b/sim/frv/cache.c
@@ -1,5 +1,5 @@
/* frv cache model.
- Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008, 2009
+ Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/sim/frv/cache.h b/sim/frv/cache.h
index 355b22b..ce7e657 100644
--- a/sim/frv/cache.h
+++ b/sim/frv/cache.h
@@ -1,5 +1,5 @@
/* Cache support for the FRV simulator
- Copyright (C) 1999, 2000, 2003, 2007, 2008, 2009
+ Copyright (C) 1999, 2000, 2003, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/sim/frv/devices.c b/sim/frv/devices.c
index 6161dbf..3c028c0 100644
--- a/sim/frv/devices.c
+++ b/sim/frv/devices.c
@@ -1,5 +1,6 @@
/* frv device support
- Copyright (C) 1998, 1999, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2007, 2008, 2009, 2010
+ Free Software Foundation, Inc.
Contributed by Red Hat.
This file is part of the GNU simulators.
diff --git a/sim/frv/frv-sim.h b/sim/frv/frv-sim.h
index 57d778c..00717d2 100644
--- a/sim/frv/frv-sim.h
+++ b/sim/frv/frv-sim.h
@@ -1,5 +1,5 @@
/* collection of junk waiting time to sort out
- Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009
+ Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Contributed by Red Hat
diff --git a/sim/frv/frv.c b/sim/frv/frv.c
index e8d2390..1fa9e16 100644
--- a/sim/frv/frv.c
+++ b/sim/frv/frv.c
@@ -1,5 +1,5 @@
/* frv simulator support code
- Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2007, 2008, 2009
+ Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/sim/frv/interrupts.c b/sim/frv/interrupts.c
index 4a9f28d..aeff085 100644
--- a/sim/frv/interrupts.c
+++ b/sim/frv/interrupts.c
@@ -1,5 +1,5 @@
/* frv exception and interrupt support
- Copyright (C) 1999, 2000, 2001, 2007, 2008, 2009
+ Copyright (C) 1999, 2000, 2001, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/sim/frv/memory.c b/sim/frv/memory.c
index 436e60b..8a7bec4 100644
--- a/sim/frv/memory.c
+++ b/sim/frv/memory.c
@@ -1,5 +1,5 @@
/* frv memory model.
- Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008, 2009
+ Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Contributed by Red Hat
diff --git a/sim/frv/mloop.in b/sim/frv/mloop.in
index aa5ded0..963c557 100644
--- a/sim/frv/mloop.in
+++ b/sim/frv/mloop.in
@@ -1,5 +1,5 @@
# Simulator main loop for frv. -*- C -*-
-# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009
+# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009, 2010
# Free Software Foundation, Inc.
# Contributed by Red Hat.
#
diff --git a/sim/frv/options.c b/sim/frv/options.c
index e464f18..7234c93 100644
--- a/sim/frv/options.c
+++ b/sim/frv/options.c
@@ -1,5 +1,6 @@
/* FRV simulator memory option handling.
- Copyright (C) 1999, 2000, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2007, 2008, 2009, 2010
+ Free Software Foundation, Inc.
Contributed by Red Hat.
This file is part of GDB, the GNU debugger.
diff --git a/sim/frv/pipeline.c b/sim/frv/pipeline.c
index 8b96f57..d157ef1 100644
--- a/sim/frv/pipeline.c
+++ b/sim/frv/pipeline.c
@@ -1,5 +1,5 @@
/* frv vliw model.
- Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008, 2009
+ Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/sim/frv/profile-fr400.c b/sim/frv/profile-fr400.c
index 702690a..f488f1d 100644
--- a/sim/frv/profile-fr400.c
+++ b/sim/frv/profile-fr400.c
@@ -1,6 +1,6 @@
/* frv simulator fr400 dependent profiling code.
- Copyright (C) 2001, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
Contributed by Red Hat
This file is part of the GNU simulators.
diff --git a/sim/frv/profile-fr400.h b/sim/frv/profile-fr400.h
index eb62fa1..0f8e1fb 100644
--- a/sim/frv/profile-fr400.h
+++ b/sim/frv/profile-fr400.h
@@ -1,5 +1,5 @@
/* Profiling definitions for the fr400 model of the FRV simulator
- Copyright (C) 1998, 1999, 2000, 2001, 2007, 2008, 2009
+ Copyright (C) 1998, 1999, 2000, 2001, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/sim/frv/profile-fr450.c b/sim/frv/profile-fr450.c
index 1d385aa..ff44175 100644
--- a/sim/frv/profile-fr450.c
+++ b/sim/frv/profile-fr450.c
@@ -1,6 +1,7 @@
/* frv simulator fr450 dependent profiling code.
- Copyright (C) 2001, 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2004, 2007, 2008, 2009, 2010
+ Free Software Foundation, Inc.
Contributed by Red Hat
This file is part of the GNU simulators.
diff --git a/sim/frv/profile-fr500.c b/sim/frv/profile-fr500.c
index 0f44f77..0cae8c4 100644
--- a/sim/frv/profile-fr500.c
+++ b/sim/frv/profile-fr500.c
@@ -1,6 +1,6 @@
/* frv simulator fr500 dependent profiling code.
- Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009
+ Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Contributed by Red Hat
diff --git a/sim/frv/profile-fr500.h b/sim/frv/profile-fr500.h
index 730242f..9b8a715 100644
--- a/sim/frv/profile-fr500.h
+++ b/sim/frv/profile-fr500.h
@@ -1,5 +1,5 @@
/* Profiling definitions for the fr500 model of the FRV simulator
- Copyright (C) 1998, 1999, 2000, 2001, 2007, 2008, 2009
+ Copyright (C) 1998, 1999, 2000, 2001, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/sim/frv/profile-fr550.c b/sim/frv/profile-fr550.c
index e0ec27b..57fe52d 100644
--- a/sim/frv/profile-fr550.c
+++ b/sim/frv/profile-fr550.c
@@ -1,6 +1,6 @@
/* frv simulator fr550 dependent profiling code.
- Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
Contributed by Red Hat
This file is part of the GNU simulators.
diff --git a/sim/frv/profile-fr550.h b/sim/frv/profile-fr550.h
index 63f41cd..4ade51a 100644
--- a/sim/frv/profile-fr550.h
+++ b/sim/frv/profile-fr550.h
@@ -1,5 +1,5 @@
/* Profiling definitions for the fr550 model of the FRV simulator
- Copyright (C) 2003, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
Contributed by Red Hat.
This file is part of the GNU Simulators.
diff --git a/sim/frv/profile.c b/sim/frv/profile.c
index fb0bd02..119ee16 100644
--- a/sim/frv/profile.c
+++ b/sim/frv/profile.c
@@ -1,6 +1,6 @@
/* frv simulator machine independent profiling code.
- Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009
+ Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Contributed by Red Hat
diff --git a/sim/frv/profile.h b/sim/frv/profile.h
index 3fba867..f8f2197 100644
--- a/sim/frv/profile.h
+++ b/sim/frv/profile.h
@@ -1,5 +1,5 @@
/* Profiling definitions for the FRV simulator
- Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009
+ Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/sim/frv/registers.c b/sim/frv/registers.c
index db9a433..17e6d38 100644
--- a/sim/frv/registers.c
+++ b/sim/frv/registers.c
@@ -1,5 +1,5 @@
/* frv simulator support code
- Copyright (C) 2000, 2001, 2003, 2007, 2008, 2009
+ Copyright (C) 2000, 2001, 2003, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/sim/frv/registers.h b/sim/frv/registers.h
index f648f11..7900fbb 100644
--- a/sim/frv/registers.h
+++ b/sim/frv/registers.h
@@ -1,5 +1,5 @@
/* Register definitions for the FRV simulator
- Copyright (C) 2000, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
Contributed by Red Hat.
This file is part of the GNU Simulators.
diff --git a/sim/frv/reset.c b/sim/frv/reset.c
index bb31cc8..dcfb33d 100644
--- a/sim/frv/reset.c
+++ b/sim/frv/reset.c
@@ -1,5 +1,5 @@
/* frv simulator support code
- Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008, 2009
+ Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/sim/frv/sim-if.c b/sim/frv/sim-if.c
index 993a56d..c5c50b8 100644
--- a/sim/frv/sim-if.c
+++ b/sim/frv/sim-if.c
@@ -1,5 +1,5 @@
/* Main simulator entry points specific to the FRV.
- Copyright (C) 1998, 1999, 2000, 2007, 2008, 2009
+ Copyright (C) 1998, 1999, 2000, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/sim/frv/sim-main.h b/sim/frv/sim-main.h
index 34b53d9..90c5dd4 100644
--- a/sim/frv/sim-main.h
+++ b/sim/frv/sim-main.h
@@ -1,5 +1,5 @@
/* frv simulator support code
- Copyright (C) 1998, 2000, 2001, 2007, 2008, 2009
+ Copyright (C) 1998, 2000, 2001, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Contributed by Red Hat.
diff --git a/sim/frv/traps.c b/sim/frv/traps.c
index 62c380a..dd3821c 100644
--- a/sim/frv/traps.c
+++ b/sim/frv/traps.c
@@ -1,5 +1,5 @@
/* frv trap support
- Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008, 2009
+ Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Contributed by Red Hat.