From d4ed27eb7f674fe64d9134a2713729be8e38eebd Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Tue, 16 Jul 2013 22:58:58 +0000 Subject: [PATCH] mips.h (ISA_HAS_NMADD4_NMSUB4): Remove TARGET_MIPS5400 checking. * config/mips/mips.h (ISA_HAS_NMADD4_NMSUB4): Remove TARGET_MIPS5400 checking. From-SVN: r200992 --- gcc/ChangeLog | 5 +++++ gcc/config/mips/mips.h | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d7a6e4d..da7c800 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-07-16 Maciej W. Rozycki + + * config/mips/mips.h (ISA_HAS_NMADD4_NMSUB4): Remove + TARGET_MIPS5400 checking. + 2013-07-16 Jakub Jelinek Peter Bergner diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 838037f..ed08de1 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 -- 2.7.4