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/callback.c | |
parent | dc49745973a7aacba07093579038da83343d1cbf (diff) | |
download | gdb-41ee5402be0d0032930ab535499cd84ee6a8190a.zip gdb-41ee5402be0d0032930ab535499cd84ee6a8190a.tar.gz gdb-41ee5402be0d0032930ab535499cd84ee6a8190a.tar.bz2 |
* 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/callback.c')
-rw-r--r-- | sim/common/callback.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sim/common/callback.c b/sim/common/callback.c index aa2cf07..62848e8 100644 --- a/sim/common/callback.c +++ b/sim/common/callback.c @@ -1,5 +1,6 @@ /* Remote target callback routines. - Copyright 1995, 1996, 1997 Free Software Foundation, Inc. + Copyright 1995, 1996, 1997, 2000, 2002, 2003, 2004 + Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GDB. @@ -22,7 +23,7 @@ level. */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include "cconfig.h" #endif #include "ansidecl.h" #ifdef ANSI_PROTOTYPES |