From: Ganesh Gopalasubramanian Date: Wed, 15 May 2013 07:02:43 +0000 (+0000) Subject: New instruction (FSGSBASE) for AMD bdver3 architecture X-Git-Tag: releases/gcc-4.9.0~5888 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83f44b399712cc22564013b42bb6976ef60895c4;p=thirdparty%2Fgcc.git New instruction (FSGSBASE) for AMD bdver3 architecture From-SVN: r198916 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 33c249123229..ee2d403aac4c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-05-15 Ganesh Gopalasubramanian + + * config/i386/i386.c (processor_alias_table): Add instruction + FSGSBASE for AMD bdver3 architecture. + 2013-05-14 Jakub Jelinek * tree.c (warn_deprecated_use): Print file:line using locus color. diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index a5727a11bbe3..0ca338cba125 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -3000,7 +3000,7 @@ ix86_option_override_internal (bool main_args_p) | PTA_SSE4_2 | PTA_AES | PTA_PCLMUL | PTA_AVX | PTA_XOP | PTA_LWP | PTA_BMI | PTA_TBM | PTA_F16C | PTA_FMA | PTA_PRFCHW | PTA_FXSR | PTA_XSAVE - | PTA_XSAVEOPT}, + | PTA_XSAVEOPT | PTA_FSGSBASE}, {"btver1", PROCESSOR_BTVER1, CPU_GENERIC64, PTA_64BIT | PTA_MMX | PTA_SSE | PTA_SSE2 | PTA_SSE3 | PTA_SSSE3 | PTA_SSE4A |PTA_ABM | PTA_CX16 | PTA_PRFCHW