1999-09-11 Donn Terry <donn@interix.com>

* config/atof-ieee.c (atof_ieee): Change what_kind to int.
	* config/atof-vax.c (flonum_gen2vax): Change format_letter to
	int.
	(md_atof): Return NULL rather than 0.
	* config/tc-i386.c (md_atof): Change type to int.
This commit is contained in:
Ian Lance Taylor
1999-09-12 02:12:38 +00:00
parent 5881e4aab3
commit 2ab9b79ef9
4 changed files with 10 additions and 4 deletions

View File

@@ -160,7 +160,7 @@ make_invalid_floating_point_number (words)
char *
atof_ieee (str, what_kind, words)
char *str; /* Text to convert to binary. */
char what_kind; /* 'd', 'f', 'g', 'h' */
int what_kind; /* 'd', 'f', 'g', 'h' */
LITTLENUM_TYPE *words; /* Build the binary here. */
{
/* Extra bits for zeroed low-order bits. The 1st MAX_PRECISION are