Commit 6d7f0973 by Ben Elliston Committed by Ben Elliston

* real.c (decimal_quad_format): Correct values for emin, emax.

From-SVN: r108622
parent 12ea2512
2005-12-16 Ben Elliston <bje@au.ibm.com>
* real.c (decimal_quad_format): Correct values for emin, emax.
2005-12-15 DJ Delorie <dj@redhat.com>
* config/m32c/predicates.md (m32c_psi_scale): New.
......
......@@ -4426,8 +4426,8 @@ const struct real_format decimal_quad_format =
1, /* log10 */
34,
34,
-6414,
6413,
-6143,
6144,
127,
127,
true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment