diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-04-05 20:14:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-04-05 20:14:43 +0000 |
commit | 13e4a17e769a77867b9c43c58e54800244a72ea2 (patch) | |
tree | 183a32e2632032bb810b79210c77b9d9a7b25e06 | |
parent | 8a42aa54913b21a568ed338c14a35a10140670f8 (diff) | |
download | gdb-13e4a17e769a77867b9c43c58e54800244a72ea2.zip gdb-13e4a17e769a77867b9c43c58e54800244a72ea2.tar.gz gdb-13e4a17e769a77867b9c43c58e54800244a72ea2.tar.bz2 |
Fri Apr 5 15:13:10 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* 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.
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1cb1484..6982da9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +Fri Apr 5 15:13:10 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * 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 <ian@cygnus.com> * configure.in: Add i386-*-freebsdelf* target; from John Polstra |