From: David Ung Date: Tue, 7 Nov 2006 14:08:55 +0000 (+0000) Subject: mips.h (ISA_HAS_PREFETCHX): Add ISA_MIPS32R2 to the list. X-Git-Tag: releases/gcc-4.3.0~8601 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ab727410aef535793986cf78e34fac2dffa8ede;p=thirdparty%2Fgcc.git mips.h (ISA_HAS_PREFETCHX): Add ISA_MIPS32R2 to the list. * config/mips/mips.h (ISA_HAS_PREFETCHX): Add ISA_MIPS32R2 to the list. From-SVN: r118546 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bfc4826d77b1..acbec99bf337 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-11-07 David Ung + + * config/mips/mips.h (ISA_HAS_PREFETCHX): Add ISA_MIPS32R2 to the + list. + 2006-11-06 Eric Christopher * config.gcc: Add x86_64-darwin host support. diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 981a8d1eaa71..953b8ad3c9df 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -686,6 +686,7 @@ extern const struct mips_rtx_cost_data *mips_cost; (prefx is a cop1x instruction, so can only be used if FP is enabled.) */ #define ISA_HAS_PREFETCHX ((ISA_MIPS4 \ + || ISA_MIPS32R2) \ || ISA_MIPS64) \ && !TARGET_MIPS16)