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>
|
||||
|
||||
* config/tc-mips.c: Fix formatting.
|
||||
* atof-generic.c: Fix formatting.
|
||||
* config/tc-mips.c: Likewise.
|
||||
* config/tc-vax.c: Likewise.
|
||||
* input-scrub.c: Likewise.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* 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.
|
||||
|
||||
This file is part of GAS, the GNU Assembler.
|
||||
@ -15,8 +15,9 @@
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with GAS; see the file COPYING. If not, write to
|
||||
the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
along with GAS; see the file COPYING. If not, write to the Free
|
||||
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
||||
02111-1307, USA. */
|
||||
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
@ -295,8 +296,6 @@ atof_generic (address_of_string_pointer,
|
||||
|
||||
*address_of_string_pointer = p;
|
||||
|
||||
|
||||
|
||||
number_of_digits_available =
|
||||
number_of_digits_before_decimal + number_of_digits_after_decimal;
|
||||
return_value = 0;
|
||||
@ -444,7 +443,6 @@ atof_generic (address_of_string_pointer,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Digits_binary_low[] properly encodes the value of the digits.
|
||||
* Forget about any high-order littlenums that are 0.
|
||||
|
Loading…
x
Reference in New Issue
Block a user