Treat model == 0x4f as Broadwell
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 10 Aug 2015 19:19:05 +0000 (19:19 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 10 Aug 2015 19:19:05 +0000 (12:19 -0700)
commit736e56dac06f77d4f77c01732f8c180300e819ab
treeb86d0ead1d44f3aba8dbf07ae3f77a4f7b9b81e5
parent52ec0726926b9d5adaa7c6142052a5e405443855
Treat model == 0x4f as Broadwell

gcc/testsuite/

* gcc.target/i386/builtin_target.c (check_intel_cpu_model):
Treat model == 0x4f as Broadwell.

libgcc/

* config/i386/cpuinfo.c (get_intel_cpu): Treat model == 0x4f as
Broadwell.

From-SVN: r226766
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/builtin_target.c
libgcc/ChangeLog
libgcc/config/i386/cpuinfo.c