aboutsummaryrefslogtreecommitdiff
path: root/sim/erc32/interf.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2004-11-11 21:58:57 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2004-11-11 21:58:57 +0000
commit2b3cc94f76d057b1004e8a22f034aed46cc72da6 (patch)
treeed96b503a656b435295331d3f2c848a6f0c298a0 /sim/erc32/interf.c
parent19ad59e76a7ea4814e99fab8ca7712eff2c15dcd (diff)
downloadgdb-2b3cc94f76d057b1004e8a22f034aed46cc72da6.zip
gdb-2b3cc94f76d057b1004e8a22f034aed46cc72da6.tar.gz
gdb-2b3cc94f76d057b1004e8a22f034aed46cc72da6.tar.bz2
sim/erc32:
* interf.c: Include "libiberty.h" instead of declaring buildargv ourselves. sim/ppc: * sim_calls.c: Include "libiberty.h".
Diffstat (limited to 'sim/erc32/interf.c')
-rw-r--r--sim/erc32/interf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/erc32/interf.c b/sim/erc32/interf.c
index 9d59471..ec8ca22 100644
--- a/sim/erc32/interf.c
+++ b/sim/erc32/interf.c
@@ -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;