sim/erc32:
* interf.c: Include "libiberty.h" instead of declaring buildargv ourselves. sim/ppc: * sim_calls.c: Include "libiberty.h".
This commit is contained in:
parent
19ad59e76a
commit
2b3cc94f76
4 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-11-11 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* interf.c: Include "libiberty.h" instead of declaring buildargv
|
||||
ourselves.
|
||||
|
||||
2003-02-27 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* interf.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include <time.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include "sis.h"
|
||||
#include "libiberty.h"
|
||||
#include "bfd.h"
|
||||
#include <dis-asm.h>
|
||||
#include "sim-config.h"
|
||||
|
@ -41,8 +42,6 @@ extern fprintf();
|
|||
|
||||
#define VAL(x) strtol(x,(char **)NULL,0)
|
||||
|
||||
extern char **buildargv(char *input);
|
||||
|
||||
extern struct disassemble_info dinfo;
|
||||
extern struct pstate sregs;
|
||||
extern struct estate ebase;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2004-11-11 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* sim_calls.c: Include "libiberty.h".
|
||||
|
||||
2004-09-24 Ian Lance Taylor <ian@wasabisystems.com>
|
||||
|
||||
Committed by Andrew Cagney.
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#include "libiberty.h"
|
||||
#include "bfd.h"
|
||||
#include "gdb/callback.h"
|
||||
#include "gdb/remote-sim.h"
|
||||
|
|
Loading…
Reference in a new issue