summaryrefslogtreecommitdiff
path: root/opcodes/cgen-opc.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-04-05 15:28:04 +0930
committerAlan Modra <amodra@gmail.com>2021-04-05 15:28:04 +0930
commitab2af25e83abb7da1619e8ae678b9286d5448d67 (patch)
tree16b2cfb6936dc8edc5f392a86840fef95ab848c9 /opcodes/cgen-opc.c
parent83c79df86bf40666d1da7cd884bc10d45773df91 (diff)
downloadbinutils-gdb-ab2af25e83abb7da1619e8ae678b9286d5448d67.tar.gz
C99 opcodes configury
* configure.ac: Don't check for limits.h, string.h, strings.h or stdlib.h. (AC_ISC_POSIX): Don't invoke. * sysdep.h: Include stdlib.h and string.h unconditionally. * i386-opc.h: Include limits.h unconditionally. * wasm32-dis.c: Likewise. * cgen-opc.c: Don't include alloca-conf.h. * config.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'opcodes/cgen-opc.c')
-rw-r--r--opcodes/cgen-opc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes/cgen-opc.c b/opcodes/cgen-opc.c
index ff86d45de13..9fdbc6e118b 100644
--- a/opcodes/cgen-opc.c
+++ b/opcodes/cgen-opc.c
@@ -19,7 +19,6 @@
51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#include "sysdep.h"
-#include "alloca-conf.h"
#include <stdio.h>
#include "ansidecl.h"
#include "libiberty.h"