]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
driver-i386.c (host_detect_local_cpu): Do not check signature_TM2_ebx, it interferes...
authorUros Bizjak <ubizjak@gmail.com>
Sun, 7 Jul 2013 19:06:45 +0000 (21:06 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 7 Jul 2013 19:06:45 +0000 (21:06 +0200)
* config/i386/driver-i386.c (host_detect_local_cpu): Do not check
signature_TM2_ebx, it interferes with signature_INTEL_ebx.

From-SVN: r200744

gcc/ChangeLog
gcc/config/i386/driver-i386.c

index ffe2351741cdb205c506201266f7ebcbfec24dae..e6c3674dc4af2e16268a5416596932c08e24ceeb 100644 (file)
@@ -1,3 +1,8 @@
+2013-07-07  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/i386/driver-i386.c (host_detect_local_cpu): Do not check
+       signature_TM2_ebx, it interferes with signature_INTEL_ebx.
+
 2013-07-06  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/i386/sse.md (sse_movlhps): Change alternative 3
index 249c4cd1d53d239c54345e9e9e7a47443e37c191..c8b71c8edf9a53e5bc1d3ac8f774f095bafa8320 100644 (file)
@@ -520,8 +520,7 @@ const char *host_detect_local_cpu (int argc, const char **argv)
       if (vendor == signature_AMD_ebx
          || vendor == signature_CENTAUR_ebx
          || vendor == signature_CYRIX_ebx
-         || vendor == signature_NSC_ebx
-         || vendor == signature_TM2_ebx)
+         || vendor == signature_NSC_ebx)
        cache = detect_caches_amd (ext_level);
       else if (vendor == signature_INTEL_ebx)
        {