aboutsummaryrefslogtreecommitdiff
path: root/gas/config/atof-ieee.c
AgeCommit message (Collapse)AuthorFilesLines
2005-05-05Update the address and phone number of the FSFNick Clifton1-2/+2
2005-03-24Convert unmaintained files over to ISO-C90 and fix formatting.Nick Clifton1-26/+16
2005-03-03update copyright datesAlan Modra1-1/+1
2005-01-31 * config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c,Ben Elliston1-24/+0
config/obj-ieee.c, config/obj-som.c, config/obj-vms.c, config/tc-a29k.c, config/tc-alpha.c, config/tc-arc.c, config/tc-arm.c, config/tc-d30v.c, config/tc-dlx.c, config/tc-fr30.c, config/tc-h8300.c, config/tc-h8500.c, config/tc-i370.c, config/tc-i386.c, config/tc-i960.c, config/tc-ia64.c, config/tc-m32r.c, config/tc-m32r.h, config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-mips.c, config/tc-mn10200.c, config/tc-msp430.c, config/tc-ns32k.c, config/tc-openrisc.c, config/tc-or32.c, config/tc-pdp11.c, config/tc-pj.c, config/tc-sparc.h, config/tc-tic54x.c, config/tc-tic80.c, config/tc-v850.c, config/tc-w65.c, config/tc-xtensa.c, config/tc-z8k.c, config/xtensa-relax.c: Remove #if 0'd code throughout.
2002-04-11Fix thinko in last commit.Richard Sandiford1-1/+1
2002-04-11 * doc/invoke.texi (TC_LARGEST_EXPONENT_IS_NORMAL): Document.Richard Sandiford1-13/+6
* config/atof-ieee.c (TC_LARGEST_EXPONENT_IS_NORMAL): Add an argument for the precision. (gen_to_words): Update accordingly.
2001-03-08Fix copyright noticesNick Clifton1-1/+1
2001-03-02Print warnings if NaNs are found and the target CPU does not support themNick Clifton1-2/+23
2000-08-072000-08-05 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-101/+104
* config/atof-ieee.c: Fix formatting. * config/atof-tahoe.c: Likewise.
2000-05-03 * config/atof-ieee.c (gen_to_words): When adding carry back in,Ian Lance Taylor1-2/+4
don't permit lp to become less than the words array.
1999-09-12fix copyrightIan Lance Taylor1-1/+1
1999-09-121999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor1-1/+1
* 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.
1999-05-14 * config/atof-ieee.c (gen_to_words): Correctly round aAndreas Schwab1-4/+23
denormalized number. Fix off-by-one in range checking for exponent in a denormal.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+696