diff options
Diffstat (limited to 'sim/common')
107 files changed, 120 insertions, 107 deletions
diff --git a/sim/common/Make-common.in b/sim/common/Make-common.in index cf680de18e..4457477393 100644 --- a/sim/common/Make-common.in +++ b/sim/common/Make-common.in @@ -1,5 +1,5 @@ # Makefile fragment for common parts of all simulators. -# Copyright 1997, 1998, 1999, 2000, 2001, 2004, 2005, 2007, 2008, 2009 +# Copyright 1997, 1998, 1999, 2000, 2001, 2004, 2005, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. # Contributed by Cygnus Support. diff --git a/sim/common/Makefile.in b/sim/common/Makefile.in index be7525d7f9..ec7794dd40 100644 --- a/sim/common/Makefile.in +++ b/sim/common/Makefile.in @@ -1,5 +1,6 @@ # Makefile template for Configure for simulator common directory -# Copyright (C) 1996, 1997, 2007, 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 2007, 2008, 2009, 2010 +# Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sim/common/callback.c b/sim/common/callback.c index 570438253c..d034bca451 100644 --- a/sim/common/callback.c +++ b/sim/common/callback.c @@ -1,5 +1,5 @@ /* Remote target callback routines. - Copyright 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2007, 2008, 2009 + Copyright 1995, 1996, 1997, 2000, 2002, 2003, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Solutions. diff --git a/sim/common/cgen-cpu.h b/sim/common/cgen-cpu.h index d40358209b..a698ed6360 100644 --- a/sim/common/cgen-cpu.h +++ b/sim/common/cgen-cpu.h @@ -1,5 +1,6 @@ /* Simulator header for cgen cpus. - 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 Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/cgen-defs.h b/sim/common/cgen-defs.h index 0af630894e..43bb852007 100644 --- a/sim/common/cgen-defs.h +++ b/sim/common/cgen-defs.h @@ -1,5 +1,5 @@ /* General Cpu tools GENerated simulator support. - Copyright (C) 1996, 1997, 1998, 1999, 2007, 2008, 2009 + Copyright (C) 1996, 1997, 1998, 1999, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/sim/common/cgen-engine.h b/sim/common/cgen-engine.h index e3866cdf12..b11eb332e5 100644 --- a/sim/common/cgen-engine.h +++ b/sim/common/cgen-engine.h @@ -1,5 +1,6 @@ /* Engine header for Cpu tools GENerated simulators. - 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 Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/cgen-mem.h b/sim/common/cgen-mem.h index b7f767f43f..86397ff5d5 100644 --- a/sim/common/cgen-mem.h +++ b/sim/common/cgen-mem.h @@ -1,5 +1,5 @@ /* Memory ops header for CGEN-based simulators. - Copyright (C) 1996, 1997, 1998, 1999, 2007, 2008, 2009 + Copyright (C) 1996, 1997, 1998, 1999, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Solutions. diff --git a/sim/common/cgen-ops.h b/sim/common/cgen-ops.h index 8bfe1675a9..64ed7379e2 100644 --- a/sim/common/cgen-ops.h +++ b/sim/common/cgen-ops.h @@ -1,5 +1,5 @@ /* Semantics ops support for CGEN-based simulators. - Copyright (C) 1996, 1997, 1998, 1999, 2002, 2007, 2008, 2009 + Copyright (C) 1996, 1997, 1998, 1999, 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Solutions. diff --git a/sim/common/cgen-par.c b/sim/common/cgen-par.c index d0733083ac..76f9141c5f 100644 --- a/sim/common/cgen-par.c +++ b/sim/common/cgen-par.c @@ -1,5 +1,6 @@ /* Simulator parallel routines for CGEN simulators (and maybe others). - 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 Cygnus Solutions. This file is part of the GNU instruction set simulator. diff --git a/sim/common/cgen-par.h b/sim/common/cgen-par.h index ffdc40df5e..56b1f31eb8 100644 --- a/sim/common/cgen-par.h +++ b/sim/common/cgen-par.h @@ -1,5 +1,6 @@ /* Simulator header for cgen parallel support. - 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 Cygnus Solutions. This file is part of the GNU instruction set simulator. diff --git a/sim/common/cgen-run.c b/sim/common/cgen-run.c index 6640eacbef..748f0c013d 100644 --- a/sim/common/cgen-run.c +++ b/sim/common/cgen-run.c @@ -1,5 +1,5 @@ /* Main simulator loop for CGEN-based simulators. - Copyright (C) 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GDB, the GNU debugger. diff --git a/sim/common/cgen-scache.c b/sim/common/cgen-scache.c index ffd87e00c7..82f57b4793 100644 --- a/sim/common/cgen-scache.c +++ b/sim/common/cgen-scache.c @@ -1,5 +1,5 @@ /* Simulator cache routines for CGEN simulators (and maybe others). - Copyright (C) 1996, 1997, 1998, 2007, 2008, 2009 + Copyright (C) 1996, 1997, 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/sim/common/cgen-scache.h b/sim/common/cgen-scache.h index 8ea16455cf..1d4d0fe130 100644 --- a/sim/common/cgen-scache.h +++ b/sim/common/cgen-scache.h @@ -1,5 +1,5 @@ /* Simulator header for cgen scache support. - Copyright (C) 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GDB, the GNU debugger. diff --git a/sim/common/cgen-sim.h b/sim/common/cgen-sim.h index e68750a865..032cb282bb 100644 --- a/sim/common/cgen-sim.h +++ b/sim/common/cgen-sim.h @@ -1,5 +1,5 @@ /* Main header file for Cpu tools GENerated simulators. - Copyright (C) 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/cgen-trace.c b/sim/common/cgen-trace.c index b984ea8b02..17a68e67fb 100644 --- a/sim/common/cgen-trace.c +++ b/sim/common/cgen-trace.c @@ -1,5 +1,5 @@ /* Tracing support for CGEN-based simulators. - Copyright (C) 1996, 1997, 1998, 1999, 2007, 2008, 2009 + Copyright (C) 1996, 1997, 1998, 1999, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/sim/common/cgen-trace.h b/sim/common/cgen-trace.h index bd25939856..74244ea998 100644 --- a/sim/common/cgen-trace.h +++ b/sim/common/cgen-trace.h @@ -1,5 +1,5 @@ /* Simulator tracing support for Cpu tools GENerated simulators. - Copyright (C) 1996, 1997, 1998, 1999, 2007, 2008, 2009 + Copyright (C) 1996, 1997, 1998, 1999, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/sim/common/cgen-types.h b/sim/common/cgen-types.h index c345bc0839..c4facea51d 100644 --- a/sim/common/cgen-types.h +++ b/sim/common/cgen-types.h @@ -1,5 +1,5 @@ /* Types for Cpu tools GENerated simulators. - Copyright (C) 1996, 1997, 1998, 1999, 2007, 2008, 2009 + Copyright (C) 1996, 1997, 1998, 1999, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/sim/common/cgen-utils.c b/sim/common/cgen-utils.c index f843031e41..61a99ed6af 100644 --- a/sim/common/cgen-utils.c +++ b/sim/common/cgen-utils.c @@ -1,5 +1,5 @@ /* Support code for various pieces of CGEN simulators. - Copyright (C) 1996, 1997, 1998, 1999, 2007, 2008, 2009 + Copyright (C) 1996, 1997, 1998, 1999, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/sim/common/dv-core.c b/sim/common/dv-core.c index 0e67775c3d..771690daaf 100644 --- a/sim/common/dv-core.c +++ b/sim/common/dv-core.c @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/dv-glue.c b/sim/common/dv-glue.c index c21b028e6a..40d294f2fc 100644 --- a/sim/common/dv-glue.c +++ b/sim/common/dv-glue.c @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/dv-pal.c b/sim/common/dv-pal.c index 861f874617..9b1bc74a95 100644 --- a/sim/common/dv-pal.c +++ b/sim/common/dv-pal.c @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/dv-sockser.c b/sim/common/dv-sockser.c index bc3a9bd27b..919519090d 100644 --- a/sim/common/dv-sockser.c +++ b/sim/common/dv-sockser.c @@ -1,5 +1,5 @@ /* Serial port emulation using sockets. - Copyright (C) 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This program is free software; you can redistribute it and/or modify diff --git a/sim/common/genmloop.sh b/sim/common/genmloop.sh index 2c5d6cedcb..ef3fdf6412 100644 --- a/sim/common/genmloop.sh +++ b/sim/common/genmloop.sh @@ -1,5 +1,5 @@ # Generate the main loop of the simulator. -# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2007, 2008, 2009 +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. # Contributed by Cygnus Support. # diff --git a/sim/common/hw-alloc.c b/sim/common/hw-alloc.c index fa239c4c05..db2b256dcb 100644 --- a/sim/common/hw-alloc.c +++ b/sim/common/hw-alloc.c @@ -1,5 +1,5 @@ /* Hardware memory allocator. - Copyright (C) 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/hw-alloc.h b/sim/common/hw-alloc.h index 137faee02e..3fb0380600 100644 --- a/sim/common/hw-alloc.h +++ b/sim/common/hw-alloc.h @@ -1,5 +1,5 @@ /* Hardware memory allocator. - Copyright (C) 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/hw-base.c b/sim/common/hw-base.c index fc1302a581..85d80098f8 100644 --- a/sim/common/hw-base.c +++ b/sim/common/hw-base.c @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/hw-base.h b/sim/common/hw-base.h index fdd4a80b9b..93073dd4f2 100644 --- a/sim/common/hw-base.h +++ b/sim/common/hw-base.h @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/hw-device.c b/sim/common/hw-device.c index 6df00bfe8e..2647770940 100644 --- a/sim/common/hw-device.c +++ b/sim/common/hw-device.c @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/hw-device.h b/sim/common/hw-device.h index 487b22beec..73e00ef315 100644 --- a/sim/common/hw-device.h +++ b/sim/common/hw-device.h @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/hw-events.c b/sim/common/hw-events.c index a851a2a918..fc73be8f60 100644 --- a/sim/common/hw-events.c +++ b/sim/common/hw-events.c @@ -1,5 +1,5 @@ /* Hardware event manager. - Copyright (C) 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/hw-events.h b/sim/common/hw-events.h index ca316d02ba..479e000755 100644 --- a/sim/common/hw-events.h +++ b/sim/common/hw-events.h @@ -1,5 +1,5 @@ /* Hardware event manager. - Copyright (C) 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/hw-handles.c b/sim/common/hw-handles.c index 8b784e6108..b850e47dc9 100644 --- a/sim/common/hw-handles.c +++ b/sim/common/hw-handles.c @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/hw-handles.h b/sim/common/hw-handles.h index bb57cfff05..2a68eb0164 100644 --- a/sim/common/hw-handles.h +++ b/sim/common/hw-handles.h @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/hw-instances.c b/sim/common/hw-instances.c index 3b82b4fdbe..c940cff6a1 100644 --- a/sim/common/hw-instances.c +++ b/sim/common/hw-instances.c @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/hw-instances.h b/sim/common/hw-instances.h index 2925dc7110..75975bd7d5 100644 --- a/sim/common/hw-instances.h +++ b/sim/common/hw-instances.h @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/hw-main.h b/sim/common/hw-main.h index fba275449f..b8517f5b08 100644 --- a/sim/common/hw-main.h +++ b/sim/common/hw-main.h @@ -1,5 +1,5 @@ /* Common hardware header file. - Copyright (C) 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/hw-ports.c b/sim/common/hw-ports.c index 61e883030f..8d5c14e469 100644 --- a/sim/common/hw-ports.c +++ b/sim/common/hw-ports.c @@ -1,5 +1,5 @@ /* Hardware ports. - Copyright (C) 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Cygnus Solutions. This file is part of GDB, the GNU debugger. diff --git a/sim/common/hw-ports.h b/sim/common/hw-ports.h index cfa899acfc..b1bbb418a4 100644 --- a/sim/common/hw-ports.h +++ b/sim/common/hw-ports.h @@ -1,5 +1,5 @@ /* Hardware ports. - Copyright (C) 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Cygnus Solutions. This file is part of GDB, the GNU debugger. diff --git a/sim/common/hw-properties.c b/sim/common/hw-properties.c index e38345958f..3166e42dd8 100644 --- a/sim/common/hw-properties.c +++ b/sim/common/hw-properties.c @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/hw-properties.h b/sim/common/hw-properties.h index e68798849c..61dbf77644 100644 --- a/sim/common/hw-properties.h +++ b/sim/common/hw-properties.h @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/hw-tree.c b/sim/common/hw-tree.c index 0a42aedd4c..d3530d0c17 100644 --- a/sim/common/hw-tree.c +++ b/sim/common/hw-tree.c @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/hw-tree.h b/sim/common/hw-tree.h index cdc9650f2e..95e535d3e1 100644 --- a/sim/common/hw-tree.h +++ b/sim/common/hw-tree.h @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/nrun.c b/sim/common/nrun.c index 379f4ddf14..aad1d8c9de 100644 --- a/sim/common/nrun.c +++ b/sim/common/nrun.c @@ -1,5 +1,6 @@ /* New version of run front end support for simulators. - Copyright (C) 1997, 2004, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1997, 2004, 2007, 2008, 2009, 2010 + Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sim/common/run-sim.h b/sim/common/run-sim.h index b19e6272d8..9c449ba9f1 100644 --- a/sim/common/run-sim.h +++ b/sim/common/run-sim.h @@ -2,7 +2,7 @@ simaulator program - run - and simulator library - libsim.a - that is not used by GDB. The GDB part is described in include/remote-sim.h. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GDB. diff --git a/sim/common/run.1 b/sim/common/run.1 index 7de3c7a302..8bd0423497 100644 --- a/sim/common/run.1 +++ b/sim/common/run.1 @@ -1,4 +1,4 @@ -.\" Copyright (c) 1993, 2004 Free Software Foundation +.\" Copyright (c) 1993, 2004, 2010 Free Software Foundation .\" See section COPYING for conditions for redistribution .TH run 1 "13oct1993" "GNU Tools" "GNU Tools" .de BP diff --git a/sim/common/run.c b/sim/common/run.c index 68ac0bdea7..fb3707cc70 100644 --- a/sim/common/run.c +++ b/sim/common/run.c @@ -1,6 +1,6 @@ /* run front end support for all the simulators. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2007, 2008, 2009 Free Software Foundation, Inc. + 2002, 2003, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/sim/common/sim-abort.c b/sim/common/sim-abort.c index 06ae109a5b..2ce8e5e475 100644 --- a/sim/common/sim-abort.c +++ b/sim/common/sim-abort.c @@ -1,5 +1,5 @@ /* Generic simulator abort. - Copyright (C) 1997, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1997, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/sim-alu.h b/sim/common/sim-alu.h index f310a0e20c..1145141a0d 100644 --- a/sim/common/sim-alu.h +++ b/sim/common/sim-alu.h @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/sim-arange.c b/sim/common/sim-arange.c index ce02784f46..9715865e76 100644 --- a/sim/common/sim-arange.c +++ b/sim/common/sim-arange.c @@ -1,5 +1,5 @@ /* Address ranges. - Copyright (C) 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of the GNU Simulators. diff --git a/sim/common/sim-arange.h b/sim/common/sim-arange.h index e5aceeaa18..5243c9d454 100644 --- a/sim/common/sim-arange.h +++ b/sim/common/sim-arange.h @@ -1,5 +1,5 @@ /* Address ranges. - Copyright (C) 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of the GNU Simulators. diff --git a/sim/common/sim-base.h b/sim/common/sim-base.h index 6297ca85ca..7a28b12738 100644 --- a/sim/common/sim-base.h +++ b/sim/common/sim-base.h @@ -1,6 +1,7 @@ /* Simulator pseudo baseclass. - Copyright 1997, 1998, 2003, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 1997, 1998, 2003, 2007, 2008, 2009, 2010 + Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/sim/common/sim-basics.h b/sim/common/sim-basics.h index 3750dcaf8e..f7e65378fa 100644 --- a/sim/common/sim-basics.h +++ b/sim/common/sim-basics.h @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2004, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/sim-bits.c b/sim/common/sim-bits.c index 4fe9533ac4..545eb77c3d 100644 --- a/sim/common/sim-bits.c +++ b/sim/common/sim-bits.c @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/sim-bits.h b/sim/common/sim-bits.h index 98adaf731b..17129daf82 100644 --- a/sim/common/sim-bits.h +++ b/sim/common/sim-bits.h @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/sim-config.c b/sim/common/sim-config.c index 632182b782..fd56d8a2f2 100644 --- a/sim/common/sim-config.c +++ b/sim/common/sim-config.c @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/sim-config.h b/sim/common/sim-config.h index f9df48623f..ed12cbf12a 100644 --- a/sim/common/sim-config.h +++ b/sim/common/sim-config.h @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2004, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/sim-core.c b/sim/common/sim-core.c index 59bda5590f..92b80037a0 100644 --- a/sim/common/sim-core.c +++ b/sim/common/sim-core.c @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/sim-core.h b/sim/common/sim-core.h index e0f25fcf8a..3fac62727b 100644 --- a/sim/common/sim-core.h +++ b/sim/common/sim-core.h @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/sim-cpu.c b/sim/common/sim-cpu.c index 39962ec7ec..bce2a93aa5 100644 --- a/sim/common/sim-cpu.c +++ b/sim/common/sim-cpu.c @@ -1,5 +1,5 @@ /* CPU support. - Copyright (C) 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GDB, the GNU debugger. diff --git a/sim/common/sim-cpu.h b/sim/common/sim-cpu.h index 3c63054290..9e796013b4 100644 --- a/sim/common/sim-cpu.h +++ b/sim/common/sim-cpu.h @@ -1,5 +1,5 @@ /* CPU support. - Copyright (C) 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GDB, the GNU debugger. diff --git a/sim/common/sim-endian.c b/sim/common/sim-endian.c index 461156d280..8e85e79fb8 100644 --- a/sim/common/sim-endian.c +++ b/sim/common/sim-endian.c @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/sim-endian.h b/sim/common/sim-endian.h index 4ab75049eb..d923f1cbda 100644 --- a/sim/common/sim-endian.h +++ b/sim/common/sim-endian.h @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/sim-engine.c b/sim/common/sim-engine.c index 4a6a6612a0..38b98f70e1 100644 --- a/sim/common/sim-engine.c +++ b/sim/common/sim-engine.c @@ -1,5 +1,6 @@ /* Generic simulator halt/restart. - Copyright (C) 1997, 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 2007, 2008, 2009, 2010 + Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/sim-engine.h b/sim/common/sim-engine.h index 6d6ab32231..3afdac6e5a 100644 --- a/sim/common/sim-engine.h +++ b/sim/common/sim-engine.h @@ -1,5 +1,6 @@ /* Generic simulator halt/resume. - Copyright (C) 1997, 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 2007, 2008, 2009, 2010 + Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/sim-events.c b/sim/common/sim-events.c index c9c7bca62d..e02fb76429 100644 --- a/sim/common/sim-events.c +++ b/sim/common/sim-events.c @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/sim-events.h b/sim/common/sim-events.h index f508a952fc..cc22439a72 100644 --- a/sim/common/sim-events.h +++ b/sim/common/sim-events.h @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/sim-fpu.c b/sim/common/sim-fpu.c index 2b09d0f8f4..500a5f9018 100644 --- a/sim/common/sim-fpu.c +++ b/sim/common/sim-fpu.c @@ -2,7 +2,7 @@ of the floating point routines in libgcc1.c for targets without hardware floating point. */ -/* Copyright 1994, 1997, 1998, 2003, 2007, 2008, 2009 +/* Copyright 1994, 1997, 1998, 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/sim/common/sim-fpu.h b/sim/common/sim-fpu.h index 59bcd8fb6f..45c9c6ce49 100644 --- a/sim/common/sim-fpu.h +++ b/sim/common/sim-fpu.h @@ -1,6 +1,6 @@ /* Simulator Floating-point support. - Copyright 1997, 1998, 2002, 2003, 2007, 2008, 2009 + Copyright 1997, 1998, 2002, 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/sim/common/sim-hload.c b/sim/common/sim-hload.c index 1285c9ed9f..a4ef0296f7 100644 --- a/sim/common/sim-hload.c +++ b/sim/common/sim-hload.c @@ -1,5 +1,5 @@ /* Generic load for hardware simulator models. - Copyright (C) 1997, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1997, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/sim-hrw.c b/sim/common/sim-hrw.c index a36c96411f..e76a1962da 100644 --- a/sim/common/sim-hrw.c +++ b/sim/common/sim-hrw.c @@ -1,5 +1,5 @@ /* Generic memory read/write for hardware simulator models. - Copyright (C) 1997, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1997, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/sim-hw.c b/sim/common/sim-hw.c index ea9f54ac5b..d9868d3264 100644 --- a/sim/common/sim-hw.c +++ b/sim/common/sim-hw.c @@ -1,5 +1,5 @@ /* Simulator hardware option handling. - Copyright (C) 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support and Andrew Cagney. This file is part of GDB, the GNU debugger. diff --git a/sim/common/sim-hw.h b/sim/common/sim-hw.h index 2f3e49744a..100fa2c23c 100644 --- a/sim/common/sim-hw.h +++ b/sim/common/sim-hw.h @@ -1,5 +1,5 @@ /* Device definitions. - Copyright (C) 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/sim-info.c b/sim/common/sim-info.c index 1b6380d1f1..68ef5deb2d 100644 --- a/sim/common/sim-info.c +++ b/sim/common/sim-info.c @@ -1,5 +1,5 @@ /* Generic memory read/write for hardware simulator models. - Copyright (C) 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/sim-inline.c b/sim/common/sim-inline.c index 74b2f70f1e..b3b5336476 100644 --- a/sim/common/sim-inline.c +++ b/sim/common/sim-inline.c @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/sim-inline.h b/sim/common/sim-inline.h index c1a624086f..f890d73512 100644 --- a/sim/common/sim-inline.h +++ b/sim/common/sim-inline.h @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/sim-io.c b/sim/common/sim-io.c index 7d4b3e21bf..1f45bd6c98 100644 --- a/sim/common/sim-io.c +++ b/sim/common/sim-io.c @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/sim-io.h b/sim/common/sim-io.h index 0c8cf7a84d..b3c9e77a51 100644 --- a/sim/common/sim-io.h +++ b/sim/common/sim-io.h @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/sim-load.c b/sim/common/sim-load.c index 41e2208a4d..b265cd9c7f 100644 --- a/sim/common/sim-load.c +++ b/sim/common/sim-load.c @@ -1,5 +1,5 @@ /* Utility to load a file into the simulator. - Copyright (C) 1997, 1998, 2001, 2002, 2004, 2007, 2008, 2009 + Copyright (C) 1997, 1998, 2001, 2002, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/sim/common/sim-memopt.c b/sim/common/sim-memopt.c index 73d20dcb4d..47b6c9e37d 100644 --- a/sim/common/sim-memopt.c +++ b/sim/common/sim-memopt.c @@ -1,5 +1,6 @@ /* Simulator memory option handling. - Copyright (C) 1996-1999, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1996-1999, 2007, 2008, 2009, 2010 + Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/sim-memopt.h b/sim/common/sim-memopt.h index 60cc17c141..f42429fa2b 100644 --- a/sim/common/sim-memopt.h +++ b/sim/common/sim-memopt.h @@ -1,5 +1,5 @@ /* Header file for simulator memory argument handling. - Copyright (C) 1997, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1997, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/sim-model.c b/sim/common/sim-model.c index c63687a7e8..e40d5e160c 100644 --- a/sim/common/sim-model.c +++ b/sim/common/sim-model.c @@ -1,5 +1,5 @@ /* Model support. - Copyright (C) 1996, 1997, 1998, 2007, 2008, 2009 + Copyright (C) 1996, 1997, 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/sim/common/sim-model.h b/sim/common/sim-model.h index d24a2729e6..3ad3d1b47e 100644 --- a/sim/common/sim-model.h +++ b/sim/common/sim-model.h @@ -1,5 +1,5 @@ /* Architecture, machine, and model support. - Copyright (C) 1997, 1998, 1999, 2007, 2008, 2009 + Copyright (C) 1997, 1998, 1999, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/sim/common/sim-module.c b/sim/common/sim-module.c index e113e04078..0180d0729d 100644 --- a/sim/common/sim-module.c +++ b/sim/common/sim-module.c @@ -1,6 +1,6 @@ /* Module support. - Copyright 1996, 1997, 1998, 2003, 2007, 2008, 2009 + Copyright 1996, 1997, 1998, 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/sim/common/sim-module.h b/sim/common/sim-module.h index cebf988420..908594e6f0 100644 --- a/sim/common/sim-module.h +++ b/sim/common/sim-module.h @@ -1,5 +1,6 @@ /* Module support. - Copyright (C) 1996, 1997, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 2007, 2008, 2009, 2010 + Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/sim-n-bits.h b/sim/common/sim-n-bits.h index 2abbb5e68a..5627285fdd 100644 --- a/sim/common/sim-n-bits.h +++ b/sim/common/sim-n-bits.h @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/sim-n-core.h b/sim/common/sim-n-core.h index 8962ee504c..ac3e371ebe 100644 --- a/sim/common/sim-n-core.h +++ b/sim/common/sim-n-core.h @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/sim-n-endian.h b/sim/common/sim-n-endian.h index c490ecfb74..02aefafce1 100644 --- a/sim/common/sim-n-endian.h +++ b/sim/common/sim-n-endian.h @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/sim-options.c b/sim/common/sim-options.c index a8f0b45a28..82a502e2fb 100644 --- a/sim/common/sim-options.c +++ b/sim/common/sim-options.c @@ -1,5 +1,5 @@ /* Simulator option handling. - Copyright (C) 1996, 1997, 2004, 2007, 2008, 2009 + Copyright (C) 1996, 1997, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/sim/common/sim-options.h b/sim/common/sim-options.h index f4c1020652..fdf659f359 100644 --- a/sim/common/sim-options.h +++ b/sim/common/sim-options.h @@ -1,5 +1,6 @@ /* Header file for simulator argument handling. - Copyright (C) 1997, 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 2007, 2008, 2009, 2010 + Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/sim-profile.c b/sim/common/sim-profile.c index dd9e5a3a2f..408f20591c 100644 --- a/sim/common/sim-profile.c +++ b/sim/common/sim-profile.c @@ -1,5 +1,5 @@ /* Default profiling support. - Copyright (C) 1996, 1997, 1998, 2000, 2001, 2007, 2008, 2009 + Copyright (C) 1996, 1997, 1998, 2000, 2001, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/sim/common/sim-profile.h b/sim/common/sim-profile.h index 260677072f..315a79f140 100644 --- a/sim/common/sim-profile.h +++ b/sim/common/sim-profile.h @@ -1,5 +1,5 @@ /* Profile header for simulators using common framework. - Copyright (C) 1996, 1997, 1998, 2007, 2008, 2009 + Copyright (C) 1996, 1997, 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/sim/common/sim-reason.c b/sim/common/sim-reason.c index 72e2a6b8d7..f10804a31e 100644 --- a/sim/common/sim-reason.c +++ b/sim/common/sim-reason.c @@ -1,5 +1,5 @@ /* Generic simulator stop_reason. - Copyright (C) 1997, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1997, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/sim-reg.c b/sim/common/sim-reg.c index 38c9c18f22..0bada0029b 100644 --- a/sim/common/sim-reg.c +++ b/sim/common/sim-reg.c @@ -1,5 +1,5 @@ /* Generic register read/write. - Copyright (C) 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1998, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GDB, the GNU debugger. diff --git a/sim/common/sim-resume.c b/sim/common/sim-resume.c index edb6e2e954..dbb38ccb5a 100644 --- a/sim/common/sim-resume.c +++ b/sim/common/sim-resume.c @@ -1,5 +1,5 @@ /* Generic simulator resume. - Copyright (C) 1997, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1997, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/sim-run.c b/sim/common/sim-run.c index 1a7a8a40f1..a92524f578 100644 --- a/sim/common/sim-run.c +++ b/sim/common/sim-run.c @@ -1,5 +1,5 @@ /* Generic simulator run. - Copyright (C) 1997, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1997, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/sim-signal.c b/sim/common/sim-signal.c index 79d2c6bf9d..d825dbf12e 100644 --- a/sim/common/sim-signal.c +++ b/sim/common/sim-signal.c @@ -1,5 +1,5 @@ /* Simulator signal support - Copyright (C) 1997, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1997, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support This file is part of the GNU Simulators. diff --git a/sim/common/sim-signal.h b/sim/common/sim-signal.h index e9c242b8fe..16e63181dd 100644 --- a/sim/common/sim-signal.h +++ b/sim/common/sim-signal.h @@ -1,5 +1,5 @@ /* Simulator signal support - Copyright (C) 1997, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1997, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support This file is part of the GNU Simulators. diff --git a/sim/common/sim-stop.c b/sim/common/sim-stop.c index 20f5d771d4..f55c81f9d0 100644 --- a/sim/common/sim-stop.c +++ b/sim/common/sim-stop.c @@ -1,5 +1,5 @@ /* Generic simulator stop. - Copyright (C) 1997, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1997, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/sim-trace.c b/sim/common/sim-trace.c index 4c3f36e861..f59b324414 100644 --- a/sim/common/sim-trace.c +++ b/sim/common/sim-trace.c @@ -1,5 +1,5 @@ /* Simulator tracing/debugging support. - Copyright (C) 1997, 1998, 2001, 2007, 2008, 2009 + Copyright (C) 1997, 1998, 2001, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/sim/common/sim-trace.h b/sim/common/sim-trace.h index cc1e936148..3145778884 100644 --- a/sim/common/sim-trace.h +++ b/sim/common/sim-trace.h @@ -1,5 +1,5 @@ /* Simulator tracing/debugging support. - Copyright (C) 1997, 1998, 2001, 2007, 2008, 2009 + Copyright (C) 1997, 1998, 2001, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. diff --git a/sim/common/sim-types.h b/sim/common/sim-types.h index b19812261c..851ba7efce 100644 --- a/sim/common/sim-types.h +++ b/sim/common/sim-types.h @@ -1,6 +1,6 @@ /* The common simulator framework for GDB, the GNU Debugger. - Copyright 2002, 2005, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright 2002, 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Andrew Cagney and Red Hat. diff --git a/sim/common/sim-utils.c b/sim/common/sim-utils.c index e5e7f760dc..033be5c6b0 100644 --- a/sim/common/sim-utils.c +++ b/sim/common/sim-utils.c @@ -1,5 +1,6 @@ /* Miscellaneous simulator utilities. - Copyright (C) 1997, 1998, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 2007, 2008, 2009, 2010 + Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/sim-utils.h b/sim/common/sim-utils.h index e58741ffbf..75d2fb4502 100644 --- a/sim/common/sim-utils.h +++ b/sim/common/sim-utils.h @@ -1,5 +1,5 @@ /* Miscellaneous simulator utilities. - Copyright (C) 1997, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1997, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/sim-watch.c b/sim/common/sim-watch.c index d9360ec3f3..df8e1b8714 100644 --- a/sim/common/sim-watch.c +++ b/sim/common/sim-watch.c @@ -1,5 +1,5 @@ /* Generic simulator watchpoint support. - Copyright (C) 1997, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1997, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/sim-watch.h b/sim/common/sim-watch.h index dad55ae74f..65be89fcf5 100644 --- a/sim/common/sim-watch.h +++ b/sim/common/sim-watch.h @@ -1,5 +1,5 @@ /* Simulator watchpoint support. - Copyright (C) 1997, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1997, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB, the GNU debugger. diff --git a/sim/common/syscall.c b/sim/common/syscall.c index 5bc5f0a8dc..a34207cebf 100644 --- a/sim/common/syscall.c +++ b/sim/common/syscall.c @@ -1,5 +1,5 @@ /* Remote target system call support. - Copyright 1997, 1998, 2002, 2004, 2007, 2008, 2009 + Copyright 1997, 1998, 2002, 2004, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Cygnus Solutions. diff --git a/sim/common/version.h b/sim/common/version.h index 0133656216..5110e66d56 100644 --- a/sim/common/version.h +++ b/sim/common/version.h @@ -1,5 +1,5 @@ /* Version information for GDB. - Copyright (C) 1999, 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 1999, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GDB. |

