]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
sim: riscv: move __int128 check to configure
authorMike Frysinger <vapier@gentoo.org>
Sun, 16 May 2021 03:50:33 +0000 (23:50 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 16 May 2021 04:04:17 +0000 (00:04 -0400)
96 files changed:
sim/ChangeLog
sim/aarch64/ChangeLog
sim/aarch64/config.in
sim/aarch64/configure
sim/arm/ChangeLog
sim/arm/config.in
sim/arm/configure
sim/avr/ChangeLog
sim/avr/config.in
sim/avr/configure
sim/bfin/ChangeLog
sim/bfin/config.in
sim/bfin/configure
sim/bpf/ChangeLog
sim/bpf/config.in
sim/bpf/configure
sim/cr16/ChangeLog
sim/cr16/config.in
sim/cr16/configure
sim/cris/ChangeLog
sim/cris/config.in
sim/cris/configure
sim/d10v/ChangeLog
sim/d10v/config.in
sim/d10v/configure
sim/erc32/ChangeLog
sim/erc32/config.in
sim/erc32/configure
sim/example-synacor/ChangeLog
sim/example-synacor/config.in
sim/example-synacor/configure
sim/frv/ChangeLog
sim/frv/config.in
sim/frv/configure
sim/ft32/ChangeLog
sim/ft32/config.in
sim/ft32/configure
sim/h8300/ChangeLog
sim/h8300/config.in
sim/h8300/configure
sim/iq2000/ChangeLog
sim/iq2000/config.in
sim/iq2000/configure
sim/lm32/ChangeLog
sim/lm32/config.in
sim/lm32/configure
sim/m32c/ChangeLog
sim/m32c/config.in
sim/m32c/configure
sim/m32r/ChangeLog
sim/m32r/config.in
sim/m32r/configure
sim/m4/sim_ac_common.m4
sim/m68hc11/ChangeLog
sim/m68hc11/config.in
sim/m68hc11/configure
sim/mcore/ChangeLog
sim/mcore/config.in
sim/mcore/configure
sim/microblaze/ChangeLog
sim/microblaze/config.in
sim/microblaze/configure
sim/mips/ChangeLog
sim/mips/config.in
sim/mips/configure
sim/mn10300/ChangeLog
sim/mn10300/config.in
sim/mn10300/configure
sim/moxie/ChangeLog
sim/moxie/config.in
sim/moxie/configure
sim/msp430/ChangeLog
sim/msp430/config.in
sim/msp430/configure
sim/or1k/ChangeLog
sim/or1k/config.in
sim/or1k/configure
sim/pru/ChangeLog
sim/pru/config.in
sim/pru/configure
sim/riscv/ChangeLog
sim/riscv/config.in
sim/riscv/configure
sim/riscv/sim-main.c
sim/rl78/ChangeLog
sim/rl78/config.in
sim/rl78/configure
sim/rx/ChangeLog
sim/rx/config.in
sim/rx/configure
sim/sh/ChangeLog
sim/sh/config.in
sim/sh/configure
sim/v850/ChangeLog
sim/v850/config.in
sim/v850/configure

index 61bb0f4e030b6b4a48a40fde632a0b7bce09a239..81d2f348971f3f2f7a248c3a533696f0427451f9 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-15  Mike Frysinger  <vapier@gentoo.org>
+
+       * m4/sim_ac_common.m4: Check for __int128 type.
+
 2021-05-14  Mike Frysinger  <vapier@gentoo.org>
 
        * README-HACKING: Update callback.h path.
index 085aea6dfb6eabbfc0b5488d2fc1fb2961f5ba69..dc3eee25dd7e0ade57622d7fd8f96eedd9b838f7 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-14  Mike Frysinger  <vapier@gentoo.org>
 
        * cpustate.h: Update include path.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index 28044c96452e288a6e049589e8035ce74c459df2..68f9e194409ae6364e761319351888cf4be89eb4 100755 (executable)
@@ -7491,6 +7491,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11197,7 +11207,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11200 "configure"
+#line 11210 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11303,7 +11313,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11306 "configure"
+#line 11316 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 5282e70a81a2430ee75ac21024c5906abef5a84d..c85e70563ae2210c27ad8ed88e0d9cf7db6cfe06 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-14  Mike Frysinger  <vapier@gentoo.org>
 
        * armos.c (ARMul_OSHandleSWI): Delete 2nd arg to time callback.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index 1c2b06b60de5f4bf50d63a00bb2398177b4056e0..abacc83a29a9f37ef9709ecdafe26e30055b38d9 100755 (executable)
@@ -7491,6 +7491,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11197,7 +11207,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11200 "configure"
+#line 11210 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11303,7 +11313,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11306 "configure"
+#line 11316 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 128d14bfb5b9cebb1a418db75397761dcaa65959..ce0978394b7ea6a8166ecc9e905495afbfc44106 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-14  Mike Frysinger  <vapier@gentoo.org>
 
        * interp.c: Update include path.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index 1f2c9cdc98f1949e46133c36204d6d12d363f0b4..4019336ea2d35106450a1c2c87b4a0c810dfbb93 100755 (executable)
@@ -7491,6 +7491,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11197,7 +11207,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11200 "configure"
+#line 11210 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11303,7 +11313,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11306 "configure"
+#line 11316 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 3dff4ed2976f6e1c2cc05d1208c5916d6cad1f04..84e1dd34a55f0fad616b792baf4f5789b4914d27 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-14  Mike Frysinger  <vapier@gentoo.org>
 
        * interp.c: Update include path.
index 851b3f8d6202e929c91038065f7d22a5025c4d1f..a752de468a3c452a743c938b26dd0087c8b3c8e8 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index a930031bcf833890e40c40f52ac2fcaec3dd1dfe..fd008bf1f2d122267aeb12626eb408aa72aaa7d5 100755 (executable)
@@ -7524,6 +7524,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11230,7 +11240,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11233 "configure"
+#line 11243 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11336,7 +11346,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11339 "configure"
+#line 11349 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 359cabb2438084a6ffcee0707b9e9a1feb698d2d..689c76bd45be900d512f5df07c3ea0836f194f3e 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-04  Mike Frysinger  <vapier@gentoo.org>
 
        * configure: Regenerate.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index 2d30e7c1989f81ab5dd375ceb8c170434e4dd4f8..14eeef8485ce58441c0a4074374101b055c6b331 100755 (executable)
@@ -7504,6 +7504,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11210,7 +11220,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11213 "configure"
+#line 11223 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11316,7 +11326,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11319 "configure"
+#line 11329 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index ae43ba170e5a97c478035f7fb77c331d64747e25..d311b2db6f3e6380cc329a87c5b93287562b3fdf 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-14  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in: Update path.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index d862891c0fde1e3ac5d81f5664c90a2182d9f584..103e5cd4f4b726b385da575f63717f4e337fd925 100755 (executable)
@@ -7491,6 +7491,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11197,7 +11207,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11200 "configure"
+#line 11210 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11303,7 +11313,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11306 "configure"
+#line 11316 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 7dfc8873275fc07ce7dd551c66018aef057793f3..01645b57f93331a62e9a0a389fbe0ec3d2bb3cda 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-15  Mike Frysinger  <vapier@gentoo.org>
 
        * sim-if.c: Include environ.h.
index 75144252f1e979a6283537f25f107f4f0600e0ff..1a12e071d7fc16bad5f44759007b17a08358eaf2 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index d791a3da87776f070b09dde77d069f52799050df..1aaf58dc9d68d739871408f2a8b6a3ecf45cef66 100755 (executable)
@@ -7505,6 +7505,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11211,7 +11221,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11214 "configure"
+#line 11224 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11317,7 +11327,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11320 "configure"
+#line 11330 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 0a5c7a76202caa2597312bb7411fba6a00563a99..622a9111ec0f33f15101551c75ace99a563aaad8 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-14  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in: Update path.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index 2d1e87ffead4477cd2e1bac3aaf7e5ffaa641e8f..9de1922ec860e1c31218a8bf9f23065ca0438526 100755 (executable)
@@ -7491,6 +7491,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11197,7 +11207,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11200 "configure"
+#line 11210 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11303,7 +11313,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11306 "configure"
+#line 11316 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 950384a11cd1f6faa2c2407ed86359f11dd6b5f5..40dd9310793efd3d4955650220a9880eed1604ce 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-14  Mike Frysinger  <vapier@gentoo.org>
 
        * interf.c: Update include path.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index 0d2327f5b86e474a66906c174efd7f07f5c6c10f..0f3634d44551f2d06a2d6d176900013c08606e22 100755 (executable)
@@ -7487,6 +7487,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11193,7 +11203,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11196 "configure"
+#line 11206 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11299,7 +11309,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11302 "configure"
+#line 11312 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index d491f2add179c2cb8993897c5fda49476ae54486..0f91ff2727fb9db32c6b012df75085e3a3c5e573 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-14  Mike Frysinger  <vapier@gentoo.org>
 
        * interp.c: Update include path.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index e2f34d1c77daf99e519bd8398247eb22d95e3515..71f5f599e9ac9b007d3b035a44b48b9bdc540767 100755 (executable)
@@ -7491,6 +7491,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11197,7 +11207,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11200 "configure"
+#line 11210 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11303,7 +11313,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11306 "configure"
+#line 11316 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 0c39d1a3379febaa58ecd037c735b8b1227cc5b0..6b93dd8c68fdf46ed4d64b51eff7bb6a60cf8686 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-04  Mike Frysinger  <vapier@gentoo.org>
 
        * configure: Regenerate.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index 73f30660d546a5ad817063980c7ee502d42f19e3..00455cf83620ab48347c21e149fa0c15a8fc1c02 100755 (executable)
@@ -7505,6 +7505,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11211,7 +11221,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11214 "configure"
+#line 11224 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11317,7 +11327,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11320 "configure"
+#line 11330 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 185d16f3db03db0966b888a23e04a73813808b7f..08a5b9bb339a350cf91ea99d12acef263b09f790 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-14  Mike Frysinger  <vapier@gentoo.org>
 
        * interp.c: Update include path.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index abb6f31958bbde99d957de6bd83d2d059bb9d6c2..76967b9ce5c793b2c52f10aab21657b55b981379 100755 (executable)
@@ -7491,6 +7491,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11197,7 +11207,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11200 "configure"
+#line 11210 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11303,7 +11313,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11306 "configure"
+#line 11316 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 578836eb2ee4ffb1aeccf5137bb9247af1fbe397..b53309a0279f38c0f8178044db117c35a9c3df50 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-08  Mike Frysinger  <vapier@gentoo.org>
 
        * compile.c (h8_set_macS): Disable with #if 0.
index 441cd1f299791e01dc3b1b1b75b2e40977871aa0..abbedae0696931b564c4c879e7f91164d1c9c039 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index 4849a066e53b2cd29aadcf866c3825a5911af8be..61cad81cae841c2e0f89bebad275adf04b444f3f 100755 (executable)
@@ -7492,6 +7492,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11198,7 +11208,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11201 "configure"
+#line 11211 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11304,7 +11314,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11307 "configure"
+#line 11317 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 5dbfb7a69be640da59364449d9106fbb76b172a9..1f90b573cf16aa5990fe5e8a3506553ed4ee49a9 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-04  Tom Tromey  <tromey@adacore.com>
 
        * mloop.in: Include <stdlib.h>.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index 6dd888c674de07f5eb3f947473defba7d7e6a78f..5d3ed4f4a5ddf2cab98a681276e4510c097ea387 100755 (executable)
@@ -7502,6 +7502,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11208,7 +11218,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11211 "configure"
+#line 11221 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11314,7 +11324,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11317 "configure"
+#line 11327 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index f169b1b24052eb04ff5a7889cb4122fdeff40f2c..90613411a5750eb0e10c6f80f38db180e3ba0f9c 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-04  Tom Tromey  <tromey@adacore.com>
 
        * mloop.in: Include <stdlib.h>.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index 1924db70357dc66d657bd9a5830e82f2e8bbdc98..387b7d2c582dc19faff4ed0036f2965efb5b4c88 100755 (executable)
@@ -7502,6 +7502,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11208,7 +11218,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11211 "configure"
+#line 11221 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11314,7 +11324,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11317 "configure"
+#line 11327 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 099d70d1b13c3b14e91fcd5912434522ae1f914b..af71d21bbfd82f4ec9bddfe5535081129e735a69 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-14  Mike Frysinger  <vapier@gentoo.org>
 
        * gdb-if.c: Update include path.
index 33cda709afd781f768e685a50eb6bd4b9dcee525..2bd2bea880cab11a24dce87c1dbc2069870f5ac6 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index 7c283c21ca660fa8a614d8640e0c5e00c65e1fc8..7135728d7f632b12636efc3a4b789b9cfc517716 100755 (executable)
@@ -7489,6 +7489,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11195,7 +11205,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11198 "configure"
+#line 11208 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11301,7 +11311,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11304 "configure"
+#line 11314 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 9737efb2fb6da6cdb1dd1f522768ffa4d48a01fe..04031e7f90c70d38322aea6469407b2674963fd7 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-04  Tom Tromey  <tromey@adacore.com>
 
        * mloop.in: Include <stdlib.h>.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index ded50a2f9530434fe2f2d4182516116e034064c7..9ca077df51fb1bad4a755c476efacd51cdcb16fd 100755 (executable)
@@ -7504,6 +7504,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11210,7 +11220,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11213 "configure"
+#line 11223 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11316,7 +11326,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11319 "configure"
+#line 11329 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 35fcbfc41995612236abaf110a876af6cd7c417d..aa10a65027229696c78183ecd32438b484077435 100644 (file)
@@ -75,6 +75,7 @@ AC_CHECK_MEMBERS([[struct stat.st_dev], [struct stat.st_ino],
 #ifdef HAVE_SYS_STAT_H
 #include <sys/stat.h>
 #endif]])
+AC_CHECK_TYPES([__int128])
 AC_CHECK_TYPES(socklen_t, [], [],
 [#include <sys/types.h>
 #include <sys/socket.h>
index 6f2bef52e98661eae712cd6c4cb553c5b396f5f0..410660c55c42cb97bbfedb3d8fc570374572f1a7 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-14  Mike Frysinger  <vapier@gentoo.org>
 
        * sim-main.h: Update include path.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index 8fb4bbd04739d25147d279fb3c55e8be4856b799..a282abb3ab087b6139d9680a599c3bd64cec3b17 100755 (executable)
@@ -7491,6 +7491,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11197,7 +11207,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11200 "configure"
+#line 11210 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11303,7 +11313,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11306 "configure"
+#line 11316 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index d165f3c51826c10fbab932acc678fb7fda4b89c7..3a14634057d74d0b097609a902d3d14c73751807 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-14  Mike Frysinger  <vapier@gentoo.org>
 
        * interp.c: Update include path.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index 2d1e87ffead4477cd2e1bac3aaf7e5ffaa641e8f..9de1922ec860e1c31218a8bf9f23065ca0438526 100755 (executable)
@@ -7491,6 +7491,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11197,7 +11207,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11200 "configure"
+#line 11210 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11303,7 +11313,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11306 "configure"
+#line 11316 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index efedaa53ebba3463f6673224cc3bd84b58afb77f..dce172193b81a66287723359e0704889a806bb31 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-14  Mike Frysinger  <vapier@gentoo.org>
 
        * interp.c: Update include path.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index 1c2b06b60de5f4bf50d63a00bb2398177b4056e0..abacc83a29a9f37ef9709ecdafe26e30055b38d9 100755 (executable)
@@ -7491,6 +7491,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11197,7 +11207,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11200 "configure"
+#line 11210 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11303,7 +11313,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11306 "configure"
+#line 11316 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 963e85ae09213a458ca530e8737c3832aa004582..76134b78619507161be0d68b265a2257c1431ea2 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-14  Mike Frysinger  <vapier@gentoo.org>
 
        * interp.c: Update include path.
index b8e86160c77b8b3ec7ba35e03a572bba79e7b535..be89cbd3efaf617e17c811c137d4ac5e6fd0fcc9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index d6902677a654010d822a762875b1181f169becaa..1560b0a48aca82d9db8965ba0a4f86f78a34ef2e 100755 (executable)
@@ -7519,6 +7519,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11225,7 +11235,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11228 "configure"
+#line 11238 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11331,7 +11341,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11334 "configure"
+#line 11344 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index fce17ed96e1af37f5e5852da7a428bd317b88fbc..42eed824296bbee8177c6611681cb9c809baea10 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-14  Mike Frysinger  <vapier@gentoo.org>
 
        * mn10300_sim.h: Update include path.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index 7353ac26962827a180a4d6b8dd114002e5b24e87..e6ffbe697a3730888ecd45119aca3c30da8f7d91 100755 (executable)
@@ -7497,6 +7497,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11203,7 +11213,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11206 "configure"
+#line 11216 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11309,7 +11319,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11312 "configure"
+#line 11322 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 20d2ecfc60fdce999e0aacce22c41983f41ec33d..be18085cda6379bf424579ee7887eb679f0351be 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-14  Mike Frysinger  <vapier@gentoo.org>
 
        * interp.c: Update include path.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index 66361824c46af659cf5ae2978d3d384466a87748..a692e33d9474931da0d2a74390cdafda7770a17b 100755 (executable)
@@ -7492,6 +7492,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11198,7 +11208,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11201 "configure"
+#line 11211 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11304,7 +11314,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11307 "configure"
+#line 11317 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index acdca732d37303d6043ea894a3c3ed19de23839e..c6a4c65326098474e6c810909e35d0f1c58ad35b 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-04  Mike Frysinger  <vapier@gentoo.org>
 
        * configure: Regenerate.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index 1f2c9cdc98f1949e46133c36204d6d12d363f0b4..4019336ea2d35106450a1c2c87b4a0c810dfbb93 100755 (executable)
@@ -7491,6 +7491,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11197,7 +11207,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11200 "configure"
+#line 11210 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11303,7 +11313,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11306 "configure"
+#line 11316 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index ece6160c43f733a5b229ac20cf75c66a3a9ff83b..ddfa61811355a3933d78bc6b7e0c17fc77e3f953 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-12  Mike Frysinger  <vapier@gentoo.org>
 
        * configure.ac: Delete SIM_AC_OPTION_ENVIRONMENT call.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index ef0a6c7b1627240425efbc902964076d99d9c8e1..22f3674eda3b320718f348c6036c2e4ae53605d1 100755 (executable)
@@ -7504,6 +7504,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11210,7 +11220,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11213 "configure"
+#line 11223 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11316,7 +11326,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11319 "configure"
+#line 11329 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 5849e1d5911692629ae7ca30a417a1ea43c157fc..7b6aac181a3888f3f5eaee455a0135b5c0cd3dbb 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-14  Mike Frysinger  <vapier@gentoo.org>
 
        * interp.c: Update include path.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index 1f2c9cdc98f1949e46133c36204d6d12d363f0b4..4019336ea2d35106450a1c2c87b4a0c810dfbb93 100755 (executable)
@@ -7491,6 +7491,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11197,7 +11207,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11200 "configure"
+#line 11210 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11303,7 +11313,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11306 "configure"
+#line 11316 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 557b722da2530da68b96fbf5c328cc997aae3e88..9fe89f4527762707a7b04e6613ac70676a0bb1f9 100644 (file)
@@ -1,3 +1,8 @@
+2021-05-15  Mike Frysinger  <vapier@gentoo.org>
+
+       * sim-main.c (mulhu): Change check to HAVE___INT128.
+       * config.in, configure: Regenerate.
+
 2021-05-12  Mike Frysinger  <vapier@gentoo.org>
 
        * configure.ac: Delete SIM_AC_OPTION_ENVIRONMENT call.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index c41f800ce9f03040e5c17b98862b5bb7cc76028c..a3587bb44f27334e8f3a4f0e58ef36cab13c71ef 100755 (executable)
@@ -7496,6 +7496,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11202,7 +11212,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11205 "configure"
+#line 11215 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11308,7 +11318,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11311 "configure"
+#line 11321 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 6a2904cced738b5a9c4b2c725330dda173b6ffde..bb45ffee576a9487fa81de3d68ea28ea2fdcf4cb 100644 (file)
@@ -603,7 +603,7 @@ execute_i (SIM_CPU *cpu, unsigned_word iw, const struct riscv_opcode *op)
 static unsigned64
 mulhu (unsigned64 a, unsigned64 b)
 {
-#if defined(__GNUC__) && defined(__SIZEOF_INT128__)
+#ifdef HAVE___INT128
   return ((__int128)a * b) >> 64;
 #else
   uint64_t t;
index 8ffa97ccfa4efe26725c18fd933b57461a8b8c7a..9fc92e1e040412dffd651af87c4534a169971a5c 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-14  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in: Update path.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index 6e2076857ddee7a410e7127ff6a69293bf71bd85..a061dc6b6ec35163ce0c47e0e317f58614a2c0a1 100755 (executable)
@@ -7484,6 +7484,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11190,7 +11200,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11193 "configure"
+#line 11203 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11296,7 +11306,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11299 "configure"
+#line 11309 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index cbb3b471d4d57dbb77e1e056f8947b718ae21278..db00b6e5a5629e84c947dc61c2090cfd6dd55b87 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-14  Mike Frysinger  <vapier@gentoo.org>
 
        * gdb-if.c: Update include path.
index 58ef4f31dfff8be4ee02482b3061d35deb7c06e8..8f61c0f482abcd54285fa2d269685dec8818ec3b 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index 87bb429660645c6a34b5784e53a9a1bda8548e45..d09bdb3ae9e90b348f6a150e76fc3be3ed80ed53 100755 (executable)
@@ -7489,6 +7489,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11195,7 +11205,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11198 "configure"
+#line 11208 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11301,7 +11311,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11304 "configure"
+#line 11314 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index be77f8c351e455e0767fc15b82da26e4e0140e19..4f687e8b52b14d5b8a87786cdbef779aa791d814 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-14  Mike Frysinger  <vapier@gentoo.org>
 
        * interp.c: Update include path.
index c694fde2126e12a0f5981564ff4fb44bda090fdc..a7c8785901b74448e31f3ae30a442ce02ee199e9 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index 94c4f26d65b05303070d3d3410cb29ed7ddb52e3..f2e93cac00bea6ea625bdf54d259ded473b4f4dd 100755 (executable)
@@ -7491,6 +7491,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11197,7 +11207,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11200 "configure"
+#line 11210 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11303,7 +11313,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11306 "configure"
+#line 11316 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 2407ed603fb45e9a53960ab628d8c64d274d85f2..21706571e5131ca051182323318957d3588cae54 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-16  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-04  Mike Frysinger  <vapier@gentoo.org>
 
        * configure: Regenerate.
index 889d64c4d6521faee170558b39e2f4ea558c0a9f..74af5e5087e01de00270fe31eaf7166b647b7b4f 100644 (file)
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define to 1 if the system has the type `__int128'. */
+#undef HAVE___INT128
+
 /* Define to 1 if you have the `__setfpucw' function. */
 #undef HAVE___SETFPUCW
 
index d74f002a0d6bf63b24b925c78b7899b0ece75ed6..bc49f306a27f3768110754a417cab8ab037e1951 100755 (executable)
@@ -7504,6 +7504,16 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
+fi
+
+ac_fn_c_check_type "$LINENO" "__int128" "ac_cv_type___int128" "$ac_includes_default"
+if test "x$ac_cv_type___int128" = xyes; then :
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE___INT128 1
+_ACEOF
+
+
 fi
 
 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
@@ -11210,7 +11220,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11213 "configure"
+#line 11223 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11316,7 +11326,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11319 "configure"
+#line 11329 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H