summaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2009-03-18 11:47:18 +0000
committerAlan Modra <amodra@bigpond.net.au>2009-03-18 11:47:18 +0000
commit878507e5212b2b26ef6703f9a6caf8a1dacee012 (patch)
tree984267dbc26338e5da3c813a96f154b5125da028 /bfd
parent41f3f3478ace2386cd55dd7ddaa4b01d07fea4c2 (diff)
downloadgdb-878507e5212b2b26ef6703f9a6caf8a1dacee012.tar.gz
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')
-rw-r--r--bfd/ChangeLog1
-rw-r--r--bfd/vms-hdr.c4
2 files changed, 1 insertions, 4 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index c2dd2079dda..341eae1a2b2 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,6 @@
2009-03-18 Alan Modra <amodra@bigpond.net.au>
+ * vms-hdr.c: Don't include alloca.h.
* elf32-m68hc1x.c: Include alloca-conf.h.
* xsym.c: Likewise.
* elf64-hppa.c: Likewise. Remove existing #if's handling alloca.
diff --git a/bfd/vms-hdr.c b/bfd/vms-hdr.c
index 6ad84ddd2a5..8c10df6222f 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);