Commit dbc30a96 by Alexandre Oliva Committed by Alexandre Oliva

* misc.c (enumerate_modes): Consider log2_b to always be one.

From-SVN: r124938
parent bebb3a98
2007-05-22 Alexandre Oliva <aoliva@redhat.com>
* misc.c (enumerate_modes): Consider log2_b to always be one.
2007-05-14 Rafael Avila de Espindola <espindola@google.com>
* misc.c (LANG_HOOKS_UNSIGNED_TYPE): Remove.
......@@ -896,7 +896,7 @@ enumerate_modes (void (*f) (int, int, int, int, int, int, unsigned int))
{
const struct real_format *fmt = REAL_MODE_FORMAT (inner_mode);
mantissa = fmt->p * fmt->log2_b;
mantissa = fmt->p;
}
if (!skip_p && j != VOIDmode)
......
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