summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/abort.c
diff options
context:
space:
mode:
authorrobert <robert@FreeBSD.org>2002-11-14 17:06:01 +0000
committerrobert <robert@FreeBSD.org>2002-11-14 17:06:01 +0000
commit1b5855b59733445585fc8985b8c7e4a44c21a3d7 (patch)
tree13af17f952c65e5e15a400ebd88825bfe8543e01 /lib/libc/stdlib/abort.c
parent6bce41dbe0c44950686bd7b136c004e7130f9dd6 (diff)
downloadFreeBSD-src-1b5855b59733445585fc8985b8c7e4a44c21a3d7.zip
FreeBSD-src-1b5855b59733445585fc8985b8c7e4a44c21a3d7.tar.gz
Define `Sudden_Underflow' when compiling for the Alpha
architecture, mainly to avoid getting a SIGFPE signal sent when calling strtod(3) with certain input. The SIGFPE has been sent because the code was not aware that a Gradual Underflow is handled in software via traps on the Alpha architecture, but is not implemented in our Alpha kernel layer. With `Sudden_Underflow' defined, strtod(3) should not depend on Gradual Underflow and adjust its calculations accordingly, which means that other, more subtle errors than the sending of SIGFPE could be solved by this. Discussed with: bde PR: alpha/12623 PR: alpha/17032 PR: alpha/43567 MFC after: 7 days
Diffstat (limited to 'lib/libc/stdlib/abort.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud