aboutsummaryrefslogtreecommitdiff
path: root/bfd/vms-hdr.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-03-18 11:47:18 +0000
committerAlan Modra <amodra@gmail.com>2009-03-18 11:47:18 +0000
commit3889c459bbe9826d419b59e6a0fa57aa078122ec (patch)
treed00d3af9675e7f7851fb9cd53846a9ce595df130 /bfd/vms-hdr.c
parent8d25cc3de0a2ca236b8a4a676535d05d2084c149 (diff)
downloadgdb-3889c459bbe9826d419b59e6a0fa57aa078122ec.zip
gdb-3889c459bbe9826d419b59e6a0fa57aa078122ec.tar.gz
gdb-3889c459bbe9826d419b59e6a0fa57aa078122ec.tar.bz2
bfd/
* 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.
Diffstat (limited to 'bfd/vms-hdr.c')
-rw-r--r--bfd/vms-hdr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/vms-hdr.c b/bfd/vms-hdr.c
index 6ad84dd..8c10df6 100644
--- a/bfd/vms-hdr.c
+++ b/bfd/vms-hdr.c
@@ -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);