Check for sigprocmask in common.m4
authorTom Tromey <tom@tromey.com>
Fri, 18 Oct 2019 02:51:44 +0000 (20:51 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 23 Oct 2019 15:06:21 +0000 (09:06 -0600)
commitc12d372d263309e2ee81efda713096ea9e62a759
treea920557ca67893937fedd1d0a5120ba93b67452b
parent4d0b984b970b9526d267ada259b62ec2c42cfb24
Check for sigprocmask in common.m4

I noticed that gdbsupport uses HAVE_SIGPROCMASK, but common.m4 does
not check for it.  This means that gdbserver may not compile some
gdbsupport code properly.  This patch fixes this error.

gdb/ChangeLog
2019-10-23  Tom Tromey  <tom@tromey.com>

* configure: Rebuild.
* configure.ac: Don't check for sigprocmask.
* gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.

gdb/gdbserver/ChangeLog
2019-10-23  Tom Tromey  <tom@tromey.com>

* configure, config.in: Rebuild.

Change-Id: I2c0a4dd2c376507b9483b38707a242382faa8163
gdb/ChangeLog
gdb/configure
gdb/configure.ac
gdb/gdbserver/ChangeLog
gdb/gdbserver/config.in
gdb/gdbserver/configure
gdb/gdbsupport/common.m4
This page took 0.026305 seconds and 4 git commands to generate.