diff options
author | Nick Clifton <nickc@redhat.com> | 2001-03-02 18:43:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-03-02 18:43:13 +0000 |
commit | e103941e86945a71a5f7fd2c029e8291cd8bd3e3 (patch) | |
tree | b72f4f0c5f9de82c79502798c2d3ffc3608b855d /gas/ChangeLog | |
parent | 92c71a3eb7a16b04cad4b53e74b7c8bffd412e0b (diff) | |
download | gdb-e103941e86945a71a5f7fd2c029e8291cd8bd3e3.zip gdb-e103941e86945a71a5f7fd2c029e8291cd8bd3e3.tar.gz gdb-e103941e86945a71a5f7fd2c029e8291cd8bd3e3.tar.bz2 |
Print warnings if NaNs are found and the target CPU does not support them
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 879405e..bdb563f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2001-03-02 Richard Sandiford <rsandifo@redhat.com> + + * config/atof-ieee.c (TC_LARGEST_EXPONENT_IS_NORMAL): New macro. + (gen_to_words): Print warnings if NaNs are found and the target CPU + does not support them. Allow largest exponent to be used in normal + numbers if TC_LARGEST_EXPONENT_IS_NORMAL evaluates to true. + 2001-02-28 Andreas Jaeger <aj@suse.de>, Bo Thorsen <bo@suse.de> * config/tc-i386.c (tc_gen_reloc): Remove ugly hack which is not needed |