]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdbsupport/common.m4: check for sigtimedwait
authorSimon Marchi <simon.marchi@polymtl.ca>
Mon, 5 Jul 2021 13:53:33 +0000 (09:53 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 5 Jul 2021 13:54:35 +0000 (09:54 -0400)
commitf4931779e4432bde7f04fd1a60a7f055f86e6ccb
tree621a165f909aa5b5fa6576f05266ec4b0448be9d
parent4dcdbbd1bc1d14f2caff3bb4f8fe1f0e5dabcb85
gdbsupport/common.m4: check for sigtimedwait

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/config.in
gdb/configure
gdbserver/config.in
gdbserver/configure
gdbsupport/common.m4
gdbsupport/config.in
gdbsupport/configure