diff options
author | Richard Stallman <rms@gnu.org> | 1992-12-24 20:03:24 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-12-24 20:03:24 +0000 |
commit | 613876aba37d811860ed57f2ed0438f3201edaa9 (patch) | |
tree | 5da9788aff927b635c55d16b98a36424f4829988 /gcc | |
parent | 223630a49bc6adeb9cba8394973dd43ae50d3ec4 (diff) | |
download | gcc-613876aba37d811860ed57f2ed0438f3201edaa9.zip gcc-613876aba37d811860ed57f2ed0438f3201edaa9.tar.gz gcc-613876aba37d811860ed57f2ed0438f3201edaa9.tar.bz2 |
Fix comment in last change.
From-SVN: r2908
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/sequent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/sequent.h b/gcc/config/i386/sequent.h index c79a8e8..6430524 100644 --- a/gcc/config/i386/sequent.h +++ b/gcc/config/i386/sequent.h @@ -23,8 +23,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "bsd386.h" -/* By default, don't use IEEE compatible arithmetic - because the assembler can't handle that. +/* By default, don't use IEEE compatible arithmetic comparisons + because the assembler can't handle the fucom insn. Return float values in the 387. (TARGET_80387 | TARGET_FLOAT_RETURNS_IN_80387) */ |