gdbsupport/common.m4: check for sigtimedwait
authorSimon Marchi <simon.marchi@polymtl.ca>
Mon, 5 Jul 2021 13:56:05 +0000 (09:56 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 5 Jul 2021 13:56:05 +0000 (09:56 -0400)
The next patch will make the use of sigtimedwait conditional to whether
the platform provides it.  Start by adding a configure check for it.

gdbsupport/ChangeLog:

* common.m4 (GDB_AC_COMMON): Check for sigtimedwait.
* config.in, configure: Re-generate.

gdb/ChangeLog:

* config.in, configure: Re-generate.

gdbserver/ChangeLog:

* config.in, configure: Re-generate.

Change-Id: Ic7613fe14521b966b4d991bbcd0933ab14629c05

gdb/ChangeLog
gdb/config.in
gdb/configure
gdbserver/ChangeLog
gdbserver/config.in
gdbserver/configure
gdbsupport/ChangeLog
gdbsupport/common.m4
gdbsupport/config.in
gdbsupport/configure

index 8bcf63d755c12cc52bf1ef3b5be1d74dd4c7d771..37740fdd0dd245e87a076c89689d92b75bc78819 100644 (file)
@@ -1,3 +1,7 @@
+2021-07-05  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * config.in, configure: Re-generate.
+
 2021-07-04  Simon Marchi  <simon.marchi@polymtl.ca>
 
        * solib-darwin.c (darwin_solib_create_inferior_hook): Return
index 9342604ac4c915b32963bf31d758599e55d5479c..2c30504905b8674fa1468b645ec76df7fe75b230 100644 (file)
 /* Define to 1 if you have the `sigsetmask' function. */
 #undef HAVE_SIGSETMASK
 
+/* Define to 1 if you have the `sigtimedwait' function. */
+#undef HAVE_SIGTIMEDWAIT
+
 /* Define to 1 if you have the `socketpair' function. */
 #undef HAVE_SOCKETPAIR
 
index a5c6fab118c5db4a51efb9cad333075e93b94e15..de4528c43ad8eb48ebbdf78cfe0d0eabbbf83c93 100755 (executable)
@@ -13857,7 +13857,7 @@ fi
 
   for ac_func in fdwalk getrlimit pipe pipe2 poll socketpair sigaction \
                  ptrace64 sbrk setns sigaltstack sigprocmask \
-                 setpgid setpgrp getrusage getauxval
+                 setpgid setpgrp getrusage getauxval sigtimedwait
 do :
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
index c2ff85ed553f97989bc2f8a187add4618756b488..f6a49f37e70797ce5db03a781c021e9fd6dc6bf0 100644 (file)
@@ -1,3 +1,7 @@
+2021-07-05  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * config.in, configure: Re-generate.
+
 2021-06-19  Mike Frysinger  <vapier@gentoo.org>
 
        * acinclude.m4: Delete most m4_include's of ../config files.
index 611bfd7aa768551c7ae6e9127bdab868e9d24f68..cf06c56421d1147ee3b073a4c8c7e2ef755708ae 100644 (file)
 /* Define if sigsetjmp is available. */
 #undef HAVE_SIGSETJMP
 
+/* Define to 1 if you have the `sigtimedwait' function. */
+#undef HAVE_SIGTIMEDWAIT
+
 /* Define to 1 if you have the `socketpair' function. */
 #undef HAVE_SOCKETPAIR
 
index b9d4653ae5e148dafca632fb0c2b09320623365a..b227167e270c0ca2cbed6e0f333d39b7e5b05705 100755 (executable)
@@ -7118,7 +7118,7 @@ fi
 
   for ac_func in fdwalk getrlimit pipe pipe2 poll socketpair sigaction \
                  ptrace64 sbrk setns sigaltstack sigprocmask \
-                 setpgid setpgrp getrusage getauxval
+                 setpgid setpgrp getrusage getauxval sigtimedwait
 do :
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
index d054899333344cb002b20824f2ca59f9d131d6d8..afe9171ff756336a9f39a8aa03594ea92da14436 100644 (file)
@@ -1,3 +1,8 @@
+2021-07-05  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * common.m4 (GDB_AC_COMMON): Check for sigtimedwait.
+       * config.in, configure: Re-generate.
+
 2021-06-17  Pedro Alves  <pedro@palves.net>
 
        * scoped_ignore_signal.h
index 2e709dbbdbb3882b355d3d2e8f1b9fc486052da1..901c454ea8cbbb9c3ecf7aa8ff2978d70738cbc3 100644 (file)
@@ -53,7 +53,7 @@ AC_DEFUN([GDB_AC_COMMON], [
   AC_FUNC_FORK
   AC_CHECK_FUNCS([fdwalk getrlimit pipe pipe2 poll socketpair sigaction \
                  ptrace64 sbrk setns sigaltstack sigprocmask \
-                 setpgid setpgrp getrusage getauxval])
+                 setpgid setpgrp getrusage getauxval sigtimedwait])
 
   AC_CHECK_DECLS([strstr])
 
index c44a2a1e5de8f0b86e3000ae4da06b1e18e9ec6a..f46e2612c7433c27c36110c6722900878695ca49 100644 (file)
 /* Define if sigsetjmp is available. */
 #undef HAVE_SIGSETJMP
 
+/* Define to 1 if you have the `sigtimedwait' function. */
+#undef HAVE_SIGTIMEDWAIT
+
 /* Define to 1 if you have the `socketpair' function. */
 #undef HAVE_SOCKETPAIR
 
index 60643c80b5a81417d57d39e9475da92874938de5..a9dd02c5b7224854ae3cffcc5be527f68b2fc832 100755 (executable)
@@ -8131,7 +8131,7 @@ fi
 
   for ac_func in fdwalk getrlimit pipe pipe2 poll socketpair sigaction \
                  ptrace64 sbrk setns sigaltstack sigprocmask \
-                 setpgid setpgrp getrusage getauxval
+                 setpgid setpgrp getrusage getauxval sigtimedwait
 do :
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
This page took 0.046969 seconds and 4 git commands to generate.