Browse Source

Fix for compiling under Solaris 2.8

binutils-2_11-branch
Nick Clifton 26 years ago
parent
commit
a6cff3e317
  1. 4
      opcodes/ChangeLog
  2. 4
      opcodes/cgen-opc.c

4
opcodes/ChangeLog

@ -1,3 +1,7 @@
2000-12-21 Santeri Paavolainen <santtu@ssh.com>
* cgen-opc.c: Include alloca.h if HAVE_ALLOCA_H is defined.
2000-12-16 Nick Clifton <nickc@redhat.com>
* Makefile.in: Regenerate.

4
opcodes/cgen-opc.c

@ -27,6 +27,10 @@
#include "symcat.h"
#include "opcode/cgen.h"
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
static unsigned int hash_keyword_name
PARAMS ((const CGEN_KEYWORD *, const char *, int));
static unsigned int hash_keyword_value

Loading…
Cancel
Save