forked from Imagelibrary/binutils-gdb
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user