diff options
author | Joel Brobecker <brobecker@gnat.com> | 2011-01-01 15:34:07 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2011-01-01 15:34:07 +0000 |
commit | 7b6bb8daaceb9ecf3f42dea57ae82733d6a3b2f6 (patch) | |
tree | de59c8cbd543ce1c90880fa240cd7c7fe91147f1 /sim/frv | |
parent | 71ce852cc78c5d00fa27416d165879de897aac50 (diff) | |
download | binutils-gdb-7b6bb8daaceb9ecf3f42dea57ae82733d6a3b2f6.tar.gz |
run copyright.sh for 2011.
Diffstat (limited to 'sim/frv')
-rw-r--r-- | sim/frv/Makefile.in | 2 | ||||
-rw-r--r-- | sim/frv/cache.c | 2 | ||||
-rw-r--r-- | sim/frv/cache.h | 2 | ||||
-rw-r--r-- | sim/frv/devices.c | 2 | ||||
-rw-r--r-- | sim/frv/frv-sim.h | 2 | ||||
-rw-r--r-- | sim/frv/frv.c | 4 | ||||
-rw-r--r-- | sim/frv/interrupts.c | 2 | ||||
-rw-r--r-- | sim/frv/memory.c | 2 | ||||
-rw-r--r-- | sim/frv/mloop.in | 2 | ||||
-rw-r--r-- | sim/frv/options.c | 2 | ||||
-rw-r--r-- | sim/frv/pipeline.c | 2 | ||||
-rw-r--r-- | sim/frv/profile-fr400.c | 3 | ||||
-rw-r--r-- | sim/frv/profile-fr400.h | 2 | ||||
-rw-r--r-- | sim/frv/profile-fr450.c | 2 | ||||
-rw-r--r-- | sim/frv/profile-fr500.c | 2 | ||||
-rw-r--r-- | sim/frv/profile-fr500.h | 2 | ||||
-rw-r--r-- | sim/frv/profile-fr550.c | 3 | ||||
-rw-r--r-- | sim/frv/profile-fr550.h | 3 | ||||
-rw-r--r-- | sim/frv/profile.c | 2 | ||||
-rw-r--r-- | sim/frv/profile.h | 2 | ||||
-rw-r--r-- | sim/frv/registers.c | 2 | ||||
-rw-r--r-- | sim/frv/registers.h | 3 | ||||
-rw-r--r-- | sim/frv/reset.c | 2 | ||||
-rw-r--r-- | sim/frv/sim-if.c | 2 | ||||
-rw-r--r-- | sim/frv/sim-main.h | 2 | ||||
-rw-r--r-- | sim/frv/traps.c | 2 |
26 files changed, 31 insertions, 27 deletions
diff --git a/sim/frv/Makefile.in b/sim/frv/Makefile.in index 99dbdb3fb4c..7cf68fcadb5 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, 2010 +# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009, 2010, 2011 # Free Software Foundation, Inc. # Contributed by Red Hat. # diff --git a/sim/frv/cache.c b/sim/frv/cache.c index 033b493a1dd..858166d636a 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, 2010 + Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/frv/cache.h b/sim/frv/cache.h index ce7e657bf5c..db5cb107655 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, 2010 + Copyright (C) 1999, 2000, 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/frv/devices.c b/sim/frv/devices.c index 9b0819f87d0..dacd7555f4e 100644 --- a/sim/frv/devices.c +++ b/sim/frv/devices.c @@ -1,5 +1,5 @@ /* frv device support - Copyright (C) 1998, 1999, 2007, 2008, 2009, 2010 + Copyright (C) 1998, 1999, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/frv/frv-sim.h b/sim/frv/frv-sim.h index 00717d2bccb..29789653978 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, 2010 + Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Red Hat diff --git a/sim/frv/frv.c b/sim/frv/frv.c index 1fa9e16a2df..0d0a706748d 100644 --- a/sim/frv/frv.c +++ b/sim/frv/frv.c @@ -1,6 +1,6 @@ /* frv simulator support code - Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2007, 2008, 2009, 2010, + 2011 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU simulators. diff --git a/sim/frv/interrupts.c b/sim/frv/interrupts.c index aeff085e196..ca6624faeee 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, 2010 + Copyright (C) 1999, 2000, 2001, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/frv/memory.c b/sim/frv/memory.c index 8a7bec48e4d..948256a7bf4 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, 2010 + Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Red Hat diff --git a/sim/frv/mloop.in b/sim/frv/mloop.in index 963c5571b96..ee2afffb53e 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, 2010 +# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009, 2010, 2011 # Free Software Foundation, Inc. # Contributed by Red Hat. # diff --git a/sim/frv/options.c b/sim/frv/options.c index 7234c9385fd..d489d3edd6c 100644 --- a/sim/frv/options.c +++ b/sim/frv/options.c @@ -1,5 +1,5 @@ /* FRV simulator memory option handling. - Copyright (C) 1999, 2000, 2007, 2008, 2009, 2010 + Copyright (C) 1999, 2000, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/frv/pipeline.c b/sim/frv/pipeline.c index d157ef10e5e..90bbeb6c97b 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, 2010 + Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/frv/profile-fr400.c b/sim/frv/profile-fr400.c index f488f1dd47a..0e5cbc2cabd 100644 --- a/sim/frv/profile-fr400.c +++ b/sim/frv/profile-fr400.c @@ -1,6 +1,7 @@ /* frv simulator fr400 dependent profiling code. - Copyright (C) 2001, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2001, 2007, 2008, 2009, 2010, 2011 + 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 0f8e1fbc66c..7a9888937d6 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, 2010 + Copyright (C) 1998, 1999, 2000, 2001, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/frv/profile-fr450.c b/sim/frv/profile-fr450.c index ff44175aa38..9e2c8ab42dd 100644 --- a/sim/frv/profile-fr450.c +++ b/sim/frv/profile-fr450.c @@ -1,6 +1,6 @@ /* frv simulator fr450 dependent profiling code. - Copyright (C) 2001, 2004, 2007, 2008, 2009, 2010 + Copyright (C) 2001, 2004, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Red Hat diff --git a/sim/frv/profile-fr500.c b/sim/frv/profile-fr500.c index 0cae8c485ba..7e0a357cc47 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, 2010 + Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Red Hat diff --git a/sim/frv/profile-fr500.h b/sim/frv/profile-fr500.h index 9b8a715e89d..ddc97f9fe31 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, 2010 + Copyright (C) 1998, 1999, 2000, 2001, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/frv/profile-fr550.c b/sim/frv/profile-fr550.c index 57fe52dec46..b3756857b77 100644 --- a/sim/frv/profile-fr550.c +++ b/sim/frv/profile-fr550.c @@ -1,6 +1,7 @@ /* frv simulator fr550 dependent profiling code. - Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 + 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 4ade51a755e..d36b8a26a04 100644 --- a/sim/frv/profile-fr550.h +++ b/sim/frv/profile-fr550.h @@ -1,5 +1,6 @@ /* Profiling definitions for the fr550 model of the FRV simulator - Copyright (C) 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2003, 2007, 2008, 2009, 2010, 2011 + 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 551957f5a69..8b9653f0ae7 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, 2010 + Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Red Hat diff --git a/sim/frv/profile.h b/sim/frv/profile.h index f8f219795d9..ccccf9740ac 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, 2010 + Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/frv/registers.c b/sim/frv/registers.c index 17e6d3874fe..f841f537a5e 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, 2010 + Copyright (C) 2000, 2001, 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/frv/registers.h b/sim/frv/registers.h index 7900fbb8f4c..6243bc9bb06 100644 --- a/sim/frv/registers.h +++ b/sim/frv/registers.h @@ -1,5 +1,6 @@ /* Register definitions for the FRV simulator - Copyright (C) 2000, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2000, 2007, 2008, 2009, 2010, 2011 + 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 dcfb33d4f44..dd754f823aa 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, 2010 + Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/frv/sim-if.c b/sim/frv/sim-if.c index c5c50b85e3b..2d1596565b1 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, 2010 + Copyright (C) 1998, 1999, 2000, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/frv/sim-main.h b/sim/frv/sim-main.h index 90c5dd4aa87..5f2850eeb7c 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, 2010 + Copyright (C) 1998, 2000, 2001, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/frv/traps.c b/sim/frv/traps.c index dd3821cb683..7774d699548 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, 2010 + Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Red Hat. |