summaryrefslogtreecommitdiff
path: root/opcodes/cgen-opc.c
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
commit3041aa78d7e20d6d0724e5a9362e9d1f1728a63e (patch)
treeeb693fd63dc719d94e2ef40b933f7a6f2635b068 /opcodes/cgen-opc.c
parent223be012f91d45bdf6d820f1bde5323b4f625177 (diff)
downloadbinutils-redhat-3041aa78d7e20d6d0724e5a9362e9d1f1728a63e.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 'opcodes/cgen-opc.c')
-rw-r--r--opcodes/cgen-opc.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/opcodes/cgen-opc.c b/opcodes/cgen-opc.c
index 9c1e302cb5..7d52284631 100644
--- a/opcodes/cgen-opc.c
+++ b/opcodes/cgen-opc.c
@@ -1,6 +1,6 @@
/* CGEN generic opcode support.
- Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2005, 2007
+ Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2005, 2007, 2009
Free Software Foundation, Inc.
This file is part of libopcodes.
@@ -19,6 +19,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
+#include "alloca-conf.h"
#include "sysdep.h"
#include <stdio.h>
#include "ansidecl.h"
@@ -28,10 +29,6 @@
#include "symcat.h"
#include "opcode/cgen.h"
-#ifdef HAVE_ALLOCA_H
-#include <alloca.h>
-#endif
-
static unsigned int hash_keyword_name
(const CGEN_KEYWORD *, const char *, int);
static unsigned int hash_keyword_value