summaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>2001-03-07 20:19:41 +0000
committerMichael Meissner <gnu@the-meissners.org>2001-03-07 20:19:41 +0000
commitf6cec97fd6b71e987fcb7e583a21b96f385edf98 (patch)
tree0844ed3307b31c9d75e6c68af86cb3fd82731734 /sim
parente56956a4983e17d2c77a39995af29f2d552c2488 (diff)
downloadgdb-f6cec97fd6b71e987fcb7e583a21b96f385edf98.tar.gz
Remove reference to alloca-conf.h
Diffstat (limited to 'sim')
-rw-r--r--sim/common/ChangeLog4
-rw-r--r--sim/common/run.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 95d9d7ef7e8..c83c5816575 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-07 Michael Meissner <meissner@redhat.com>
+
+ * run.c (alloca-conf.h): Delete, no longer provided.
+
2001-02-22 Ben Elliston <bje@redhat.com>
* sim-trace.h (TRACE_VPU_IDX): Add.
diff --git a/sim/common/run.c b/sim/common/run.c
index 2c98df87caa..66f76f5114d 100644
--- a/sim/common/run.c
+++ b/sim/common/run.c
@@ -47,8 +47,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "remote-sim.h"
#include "ansidecl.h"
-#include "../libiberty/alloca-conf.h"
-
static void usage PARAMS ((void));
extern int optind;
extern char *optarg;