forked from Imagelibrary/binutils-gdb
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user