aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc
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/ppc
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/ppc')
-rw-r--r--sim/ppc/ChangeLog4
-rw-r--r--sim/ppc/sim_calls.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog
index 066aa75..b2d43c1 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -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.
diff --git a/sim/ppc/sim_calls.c b/sim/ppc/sim_calls.c
index ae74593..08feb39 100644
--- a/sim/ppc/sim_calls.c
+++ b/sim/ppc/sim_calls.c
@@ -40,6 +40,7 @@
#endif
#endif
+#include "libiberty.h"
#include "bfd.h"
#include "gdb/callback.h"
#include "gdb/remote-sim.h"