forked from Imagelibrary/binutils-gdb
* 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.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* Utility to load a file into the simulator.
|
||||
Copyright (C) 1997 Free Software Foundation, Inc.
|
||||
Copyright (C) 1997, 1998, 2001, 2002, 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
|
||||
@@ -19,7 +19,9 @@ along with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
as it is used by simulators that don't use it [though that doesn't mean
|
||||
to suggest that they shouldn't :-)]. */
|
||||
|
||||
#include "config.h"
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "cconfig.h"
|
||||
#endif
|
||||
#include "ansidecl.h"
|
||||
#include <stdio.h> /* for NULL */
|
||||
#ifdef ANSI_PROTOTYPES
|
||||
|
||||
Reference in New Issue
Block a user