From: Ian Lance Taylor Date: Fri, 5 Apr 1996 20:14:43 +0000 (+0000) Subject: Fri Apr 5 15:13:10 1996 Andreas Schwab X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=13e4a17e769a77867b9c43c58e54800244a72ea2;p=binutils-gdb.git Fri Apr 5 15:13:10 1996 Andreas Schwab * config/atof-ieee.c: Fix handling of denormalized extended precision numbers and overflow/underflow detection. (MAX_PRECISION, X_PRECISION, P_PRECISION): Changed from 6 to 5, to not include the 16 bit gap in the m68k extended precision format. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 1cb1484db65..6982da9b431 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +Fri Apr 5 15:13:10 1996 Andreas Schwab + + * config/atof-ieee.c: Fix handling of denormalized extended + precision numbers and overflow/underflow detection. + (MAX_PRECISION, X_PRECISION, P_PRECISION): Changed from 6 to 5, to + not include the 16 bit gap in the m68k extended precision format. + Fri Apr 5 14:29:23 1996 Ian Lance Taylor * configure.in: Add i386-*-freebsdelf* target; from John Polstra