From ab2af25e83abb7da1619e8ae678b9286d5448d67 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 5 Apr 2021 15:28:04 +0930 Subject: 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. --- opcodes/cgen-opc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'opcodes/cgen-opc.c') diff --git a/opcodes/cgen-opc.c b/opcodes/cgen-opc.c index ff86d45..9fdbc6e 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 #include "ansidecl.h" #include "libiberty.h" -- cgit v1.1