summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormacro <macro@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-16 22:58:58 +0000
committermacro <macro@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-16 22:58:58 +0000
commit57f12f14ab00fa18c65986a337712c3a94f93380 (patch)
tree59333a28788d69421f5dbc5c959aa7a4ca6b701b
parent6893186fcc6ee5a20d910bd0667ff738d83cfcd5 (diff)
downloadgcc-57f12f14ab00fa18c65986a337712c3a94f93380.tar.gz
* config/mips/mips.h (ISA_HAS_NMADD4_NMSUB4): Remove
TARGET_MIPS5400 checking. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200992 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/mips/mips.h1
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d7a6e4d34e2..da7c8002c73 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2013-07-16 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * config/mips/mips.h (ISA_HAS_NMADD4_NMSUB4): Remove
+ TARGET_MIPS5400 checking.
+
2013-07-16 Jakub Jelinek <jakub@redhat.com>
Peter Bergner <bergner@vnet.ibm.com>
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index 838037f2913..ed08de1c6ec 100644
--- a/gcc/config/mips/mips.h
+++ b/gcc/config/mips/mips.h
@@ -907,7 +907,6 @@ struct mips_cpu_info {
|| (ISA_MIPS32R2 && (MODE) == V2SFmode) \
|| ISA_MIPS64 \
|| ISA_MIPS64R2) \
- && (!TARGET_MIPS5400 || TARGET_MAD) \
&& !TARGET_MIPS16)
/* ISA has floating-point nmadd and nmsub instructions