mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 14:59:45 +08:00
* real.c (decimal_quad_format): Correct values for emin, emax.
From-SVN: r108622
This commit is contained in:
parent
12ea2512c4
commit
6d7f0973de
@ -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…
Reference in New Issue
Block a user