2000-09-07 Kazu Hirata <kazu@hxi.com>
* atof-generic.c: Fix formatting.
This commit is contained in:
parent
e13b337af5
commit
e49bc11ea5
@ -1,6 +1,7 @@
|
|||||||
2000-09-07 Kazu Hirata <kazu@hxi.com>
|
2000-09-07 Kazu Hirata <kazu@hxi.com>
|
||||||
|
|
||||||
* config/tc-mips.c: Fix formatting.
|
* atof-generic.c: Fix formatting.
|
||||||
|
* config/tc-mips.c: Likewise.
|
||||||
* config/tc-vax.c: Likewise.
|
* config/tc-vax.c: Likewise.
|
||||||
* input-scrub.c: Likewise.
|
* input-scrub.c: Likewise.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* atof_generic.c - turn a string of digits into a Flonum
|
/* atof_generic.c - turn a string of digits into a Flonum
|
||||||
Copyright (C) 1987, 90, 91, 92, 93, 94, 95, 96, 1998
|
Copyright (C) 1987, 90, 91, 92, 93, 94, 95, 96, 98, 2000
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
This file is part of GAS, the GNU Assembler.
|
This file is part of GAS, the GNU Assembler.
|
||||||
@ -15,8 +15,9 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with GAS; see the file COPYING. If not, write to
|
along with GAS; see the file COPYING. If not, write to the Free
|
||||||
the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
||||||
|
02111-1307, USA. */
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
@ -295,8 +296,6 @@ atof_generic (address_of_string_pointer,
|
|||||||
|
|
||||||
*address_of_string_pointer = p;
|
*address_of_string_pointer = p;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
number_of_digits_available =
|
number_of_digits_available =
|
||||||
number_of_digits_before_decimal + number_of_digits_after_decimal;
|
number_of_digits_before_decimal + number_of_digits_after_decimal;
|
||||||
return_value = 0;
|
return_value = 0;
|
||||||
@ -444,7 +443,6 @@ atof_generic (address_of_string_pointer,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Digits_binary_low[] properly encodes the value of the digits.
|
* Digits_binary_low[] properly encodes the value of the digits.
|
||||||
* Forget about any high-order littlenums that are 0.
|
* Forget about any high-order littlenums that are 0.
|
||||||
|
Loading…
Reference in New Issue
Block a user