Commit 25009e02 by Michael Hayes Committed by Michael Hayes

c4x.c (c4x_print_operand): Enlarge buffer for REAL_VALUE_TO_DECIMAL output.

	* config/c4x/c4x.c (c4x_print_operand): Enlarge buffer
	for REAL_VALUE_TO_DECIMAL output.

From-SVN: r57908
parent a5a438f5
2002-10-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* config/c4x/c4x.c (c4x_print_operand): Enlarge buffer
for REAL_VALUE_TO_DECIMAL output.
2002-10-07 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/rs6000.c (rs6000_override_options): Set
......
......@@ -1959,7 +1959,7 @@ c4x_print_operand (file, op, letter)
case CONST_DOUBLE:
{
char str[30];
char str[64];
REAL_VALUE_TYPE r;
REAL_VALUE_FROM_CONST_DOUBLE (r, op);
......
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