From: Michael Meissner Date: Wed, 7 Mar 2001 20:19:41 +0000 (+0000) Subject: Remove reference to alloca-conf.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f6bb7a3bb0f985b7043ac9b63dc0769d73648008;p=binutils-gdb.git Remove reference to alloca-conf.h --- 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 + + * run.c (alloca-conf.h): Delete, no longer provided. + 2001-02-22 Ben Elliston * 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;