diff options
Diffstat (limited to 'sim/frv')
-rw-r--r-- | sim/frv/Makefile.in | 2 | ||||
-rw-r--r-- | sim/frv/cache.c | 3 | ||||
-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 | 2 | ||||
-rw-r--r-- | sim/frv/interrupts.c | 2 | ||||
-rw-r--r-- | sim/frv/memory.c | 3 | ||||
-rw-r--r-- | sim/frv/mloop.in | 2 | ||||
-rw-r--r-- | sim/frv/options.c | 2 | ||||
-rw-r--r-- | sim/frv/pipeline.c | 3 | ||||
-rw-r--r-- | sim/frv/profile-fr400.c | 2 | ||||
-rw-r--r-- | sim/frv/profile-fr400.h | 3 | ||||
-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 | 3 | ||||
-rw-r--r-- | sim/frv/profile-fr550.c | 2 | ||||
-rw-r--r-- | sim/frv/profile-fr550.h | 2 | ||||
-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 | 2 | ||||
-rw-r--r-- | sim/frv/reset.c | 3 | ||||
-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 | 3 |
26 files changed, 33 insertions, 26 deletions
diff --git a/sim/frv/Makefile.in b/sim/frv/Makefile.in index d3d3a549d96..db4c603f308 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 +# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008 # Free Software Foundation, Inc. # Contributed by Red Hat. # diff --git a/sim/frv/cache.c b/sim/frv/cache.c index b29b41fc351..cce2aaedfc6 100644 --- a/sim/frv/cache.c +++ b/sim/frv/cache.c @@ -1,5 +1,6 @@ /* frv cache model. - Copyright (C) 1999, 2000, 2001, 2003, 2007 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008 + Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU simulators. diff --git a/sim/frv/cache.h b/sim/frv/cache.h index 1e8ad91e2c5..98d388d0397 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 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2003, 2007, 2008 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU Simulators. diff --git a/sim/frv/devices.c b/sim/frv/devices.c index 7ccf978b958..3d02bd03bbc 100644 --- a/sim/frv/devices.c +++ b/sim/frv/devices.c @@ -1,5 +1,5 @@ /* frv device support - Copyright (C) 1998, 1999, 2007 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2007, 2008 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 267e90c5d29..a9d67c07d63 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 + Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008 Free Software Foundation, Inc. Contributed by Red Hat diff --git a/sim/frv/frv.c b/sim/frv/frv.c index 138b5d4008c..fb409ddcce7 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 + Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2007, 2008 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/frv/interrupts.c b/sim/frv/interrupts.c index 10434f11883..3ffb80b2fb7 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 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2007, 2008 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU simulators. diff --git a/sim/frv/memory.c b/sim/frv/memory.c index 25774fe2cc9..50f740361bf 100644 --- a/sim/frv/memory.c +++ b/sim/frv/memory.c @@ -1,5 +1,6 @@ /* frv memory model. - Copyright (C) 1999, 2000, 2001, 2003, 2007 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008 + Free Software Foundation, Inc. Contributed by Red Hat This file is part of the GNU simulators. diff --git a/sim/frv/mloop.in b/sim/frv/mloop.in index b4f4dd6da45..3afe3b95c52 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 +# Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008 Free Software Foundation, Inc. # Contributed by Red Hat. # diff --git a/sim/frv/options.c b/sim/frv/options.c index 15987eb9d1b..f8d878dc71a 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 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2007, 2008 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 f40af7f1ac5..21192b73fd2 100644 --- a/sim/frv/pipeline.c +++ b/sim/frv/pipeline.c @@ -1,5 +1,6 @@ /* frv vliw model. - Copyright (C) 1999, 2000, 2001, 2003, 2007 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008 + Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU simulators. diff --git a/sim/frv/profile-fr400.c b/sim/frv/profile-fr400.c index 4489a00e2d3..f7b9ffb80de 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 Free Software Foundation, Inc. + Copyright (C) 2001, 2007, 2008 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 0475c44ac6b..d80bff1b374 100644 --- a/sim/frv/profile-fr400.h +++ b/sim/frv/profile-fr400.h @@ -1,5 +1,6 @@ /* Profiling definitions for the fr400 model of the FRV simulator - Copyright (C) 1998, 1999, 2000, 2001, 2007 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2007, 2008 + Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU Simulators. diff --git a/sim/frv/profile-fr450.c b/sim/frv/profile-fr450.c index 62b596c73bc..28828a59322 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 Free Software Foundation, Inc. + Copyright (C) 2001, 2004, 2007, 2008 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 7169e9f7d35..505924b4d08 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 + Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008 Free Software Foundation, Inc. Contributed by Red Hat diff --git a/sim/frv/profile-fr500.h b/sim/frv/profile-fr500.h index db791aee059..304ca28a92e 100644 --- a/sim/frv/profile-fr500.h +++ b/sim/frv/profile-fr500.h @@ -1,5 +1,6 @@ /* Profiling definitions for the fr500 model of the FRV simulator - Copyright (C) 1998, 1999, 2000, 2001, 2007 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2007, 2008 + Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU Simulators. diff --git a/sim/frv/profile-fr550.c b/sim/frv/profile-fr550.c index 0b42e5192d0..e9fb4e96ce2 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 Free Software Foundation, Inc. + Copyright (C) 2003, 2007, 2008 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 d0d11c69cc4..ee599913222 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 Free Software Foundation, Inc. + Copyright (C) 2003, 2007, 2008 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 e64fc218c10..8cb22f4f126 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 + Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008 Free Software Foundation, Inc. Contributed by Red Hat diff --git a/sim/frv/profile.h b/sim/frv/profile.h index 6fa2263669c..e9de7d3f4dc 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 + Copyright (C) 1998, 1999, 2000, 2001, 2003, 2007, 2008 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/sim/frv/registers.c b/sim/frv/registers.c index 9b8631d088a..8fc68684f8f 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 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2003, 2007, 2008 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU simulators. diff --git a/sim/frv/registers.h b/sim/frv/registers.h index ba59780897d..52518cfe5f4 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 Free Software Foundation, Inc. + Copyright (C) 2000, 2007, 2008 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 1f28df118fc..04d51a92d36 100644 --- a/sim/frv/reset.c +++ b/sim/frv/reset.c @@ -1,5 +1,6 @@ /* frv simulator support code - Copyright (C) 1999, 2000, 2001, 2003, 2007 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008 + Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU simulators. diff --git a/sim/frv/sim-if.c b/sim/frv/sim-if.c index 8fbfa6fddfa..8ee1bd570e9 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 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2007, 2008 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU simulators. diff --git a/sim/frv/sim-main.h b/sim/frv/sim-main.h index cd04d5579f1..033d37249c4 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 Free Software Foundation, Inc. + Copyright (C) 1998, 2000, 2001, 2007, 2008 Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU simulators. diff --git a/sim/frv/traps.c b/sim/frv/traps.c index 1ed0b574b21..874d5bd4f68 100644 --- a/sim/frv/traps.c +++ b/sim/frv/traps.c @@ -1,5 +1,6 @@ /* frv trap support - Copyright (C) 1999, 2000, 2001, 2003, 2007 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2003, 2007, 2008 + Free Software Foundation, Inc. Contributed by Red Hat. This file is part of the GNU simulators. |