* vms-hdr.c: Don't include alloca.h.
opcodes/
	* cgen-opc.c: Include alloca-conf.h rather than alloca.h.
	* Makefile.am: Run "make dep-am".
	* Makefile.in: Regenerate.
This commit is contained in:
Alan Modra
2009-03-18 11:47:18 +00:00
parent 8d25cc3de0
commit 3889c459bb
6 changed files with 12 additions and 15 deletions

View File

@@ -52,10 +52,6 @@
#include "vms.h"
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
static struct module *new_module (bfd *);
static void parse_module
(bfd *, struct module *, unsigned char *, unsigned int);