* real.c (decimal_quad_format): Correct values for emin, emax.
From-SVN: r108622
This commit is contained in:
parent
12ea2512c4
commit
6d7f0973de
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
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,
|
||||
|
|
Loading…
Add table
Reference in a new issue