diff options
author | Michael Meissner <gnu@the-meissners.org> | 2001-03-07 20:19:41 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 2001-03-07 20:19:41 +0000 |
commit | f6bb7a3bb0f985b7043ac9b63dc0769d73648008 (patch) | |
tree | 62f7d9fc37ea280eb44988547321fe59a7c26385 | |
parent | 115f06de3d72413fccf596b1e0c6ec54d51e72cd (diff) | |
download | binutils-f6bb7a3bb0f985b7043ac9b63dc0769d73648008.zip binutils-f6bb7a3bb0f985b7043ac9b63dc0769d73648008.tar.gz binutils-f6bb7a3bb0f985b7043ac9b63dc0769d73648008.tar.bz2 |
Remove reference to alloca-conf.h
-rw-r--r-- | sim/common/ChangeLog | 4 | ||||
-rw-r--r-- | sim/common/run.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 95d9d7e..c83c581 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 2c98df8..66f76f5 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; |