Robert Drehmel
7ea630865e
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
2002-11-14 17:06:01 +00:00
..
2002-09-25 19:47:54 +00:00
2002-09-29 13:42:27 +00:00
2002-09-28 00:25:32 +00:00
2002-09-30 09:18:54 +00:00
2002-05-13 11:09:07 +00:00
2002-09-28 00:25:32 +00:00
2002-11-14 17:06:01 +00:00
2002-11-13 18:13:26 +00:00
2001-10-01 16:09:29 +00:00
2002-09-16 07:18:27 +00:00
2002-10-16 14:29:23 +00:00
2002-04-09 22:32:59 +00:00
2002-09-20 02:16:33 +00:00
2002-09-28 00:25:32 +00:00
2002-11-13 05:31:32 +00:00
2002-10-14 10:42:38 +00:00
2002-10-04 15:07:39 +00:00
2002-11-08 19:10:05 +00:00
2002-05-21 07:08:30 +00:00
2002-09-28 00:25:32 +00:00
2001-09-30 21:41:46 +00:00
2002-09-28 00:25:32 +00:00
2002-08-25 13:10:45 +00:00
2002-09-28 00:25:32 +00:00
2002-11-12 00:55:01 +00:00
2002-10-21 04:21:12 +00:00
2002-09-17 01:49:00 +00:00
2002-05-21 07:08:30 +00:00
2002-05-12 16:01:00 +00:00
2002-05-13 12:11:54 +00:00
2002-09-28 00:25:32 +00:00
2002-11-13 13:47:48 +00:00
2002-09-28 00:25:32 +00:00
2002-10-04 00:24:31 +00:00
2002-11-13 17:46:15 +00:00
2002-05-21 05:41:07 +00:00
2002-09-28 00:25:32 +00:00
2002-11-12 00:55:01 +00:00
2002-09-28 00:25:32 +00:00
2002-10-01 22:02:06 +00:00
2002-01-06 08:47:19 +00:00
2002-05-13 11:09:07 +00:00
2002-09-28 00:25:32 +00:00
2002-05-13 11:09:07 +00:00
2002-05-13 11:09:07 +00:00
2002-10-19 02:23:09 +00:00
2002-09-28 00:25:32 +00:00
2002-05-13 11:09:07 +00:00
2002-10-22 19:36:10 +00:00
2002-11-07 20:37:04 +00:00
2002-09-28 00:25:32 +00:00
2002-11-12 22:30:01 +00:00
2002-09-28 00:25:32 +00:00
2002-09-28 00:25:32 +00:00
2002-09-28 00:25:32 +00:00
2002-09-28 00:25:32 +00:00
2002-09-28 00:25:32 +00:00
2002-10-03 19:30:22 +00:00
2002-10-31 23:05:20 +00:00
2002-11-13 13:47:48 +00:00
2002-10-04 13:40:39 +00:00
2002-09-28 00:25:32 +00:00