diff options
author | Chris Demetriou <cgd@broadcom.com> | 2002-06-20 22:36:09 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@gcc.gnu.org> | 2002-06-20 15:36:09 -0700 |
commit | 8fff5435a699cdf00705cb125e77da9073e9d4a1 (patch) | |
tree | 5cf01094a6e73b9d498c4923aaad7fdc2244ccb0 | |
parent | 8a67e0836f833d2e8b39998bcb3c9eef5c59899d (diff) | |
download | gcc-8fff5435a699cdf00705cb125e77da9073e9d4a1.zip gcc-8fff5435a699cdf00705cb125e77da9073e9d4a1.tar.gz gcc-8fff5435a699cdf00705cb125e77da9073e9d4a1.tar.bz2 |
mips.h (ISA_HAS_FP4): Fix comment to reflect use.
2002-06-20 Chris Demetriou <cgd@broadcom.com>
* config/mips/mips.h (ISA_HAS_FP4): Fix comment to reflect use.
From-SVN: r54859
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/mips/mips.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b673de3..1dc1cda 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-20 Chris Demetriou <cgd@broadcom.com> + + * config/mips/mips.h (ISA_HAS_FP4): Fix comment to reflect use. + 2002-06-20 Stan Shebs <shebs@apple.com> * dominance.c: Include errors.h instead of error.h. diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 54cf494..67e3fc1 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -751,8 +751,8 @@ extern void sbss_section PARAMS ((void)); || ISA_MIPS64) /* This is a catch all for the other new mips4 instructions: indexed load and - indexed prefetch instructions, the FP madd,msub,nmadd, and nmsub - instructions, and the FP recip and recip sqrt instructions */ + indexed prefetch instructions, the FP madd and msub instructions, + and the FP recip and recip sqrt instructions */ #define ISA_HAS_FP4 ((ISA_MIPS4 \ || ISA_MIPS64) \ && !TARGET_MIPS16) |