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
This commit is contained in:
Michael Hayes 2002-10-07 22:20:10 +00:00 committed by Michael Hayes
parent a5a438f572
commit 25009e0237
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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);