This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug go/81617] New: mksigtab.sh fails to resolve NSIG with glibc 2.26
- From: "schwab at linux-m68k dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 30 Jul 2017 15:57:54 +0000
- Subject: [Bug go/81617] New: mksigtab.sh fails to resolve NSIG with glibc 2.26
- Auto-submitted: auto-generated
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81617
Bug ID: 81617
Summary: mksigtab.sh fails to resolve NSIG with glibc 2.26
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: go
Assignee: ian at airs dot com
Reporter: schwab@linux-m68k.org
CC: cmang at google dot com
Target Milestone: ---
In glibc 2.26 the value of _NSIG is now defined as an expression of __SIGRTMAX
instead of a simple number.
$ grep 'NSIG =' gen-sysinfo.go
const _NSIG = __NSIG
const __NSIG = (___SIGRTMAX + 1)