diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-05-10 16:18:03 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-05-10 16:18:03 +0000 |
commit | 41ee5402be0d0032930ab535499cd84ee6a8190a (patch) | |
tree | 171b2fc0f32d0dddfe06ef03d21ee659ee932dbd /sim/common/run.c | |
parent | 2004-05-09 Andrew Cagney <cagney@redhat.com> (diff) | |
download | binutils-gdb-41ee5402be0d0032930ab535499cd84ee6a8190a.tar.gz binutils-gdb-41ee5402be0d0032930ab535499cd84ee6a8190a.tar.bz2 binutils-gdb-41ee5402be0d0032930ab535499cd84ee6a8190a.zip |
* callback.c: Update copyright dates.
* run.c: Likewise.
* sim-basics.h: Likewise.
* sim-load.c: Likewise.
* syscall.c: Likewise.
From Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* callback.c: Include cconfig.h instead of config.h.
* run.c: Likewise.
* sim-basics.h: Likewise.
* sim-load.c: Likewise.
* syscall.c: Likewise.
Diffstat (limited to 'sim/common/run.c')
-rw-r--r-- | sim/common/run.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sim/common/run.c b/sim/common/run.c index 79642007618..f727bb19f41 100644 --- a/sim/common/run.c +++ b/sim/common/run.c @@ -1,5 +1,6 @@ /* run front end support for all the simulators. - Copyright (C) 1992, 93-96, 1997, 2002 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, + 2001, 2002, 2003, 2004 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 @@ -18,8 +19,10 @@ with this program; if not, write to the Free Software Foundation, Inc., /* Steve Chamberlain sac@cygnus.com, and others at Cygnus. */ -#include "config.h" +#ifdef HAVE_CONFIG_H +#include "cconfig.h" #include "tconfig.h" +#endif #include <signal.h> #include <stdio.h> |