driver-i386.c (host_detect_local_cpu): Set PROCESSOR_K8 for signature_CENTAUR_ebx...
authorJocelyn Mayer <l_indien@magic.fr>
Thu, 16 Jun 2016 16:09:30 +0000 (18:09 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 16 Jun 2016 16:09:30 +0000 (18:09 +0200)
commitd3606ee3ea6a8a30844f997aac61b4a1ecd30242
tree6ccba83a49f36e51ac681471fc05bae3baee5316
parent68fa96d6257baa572dad70a23259670be1542efb
driver-i386.c (host_detect_local_cpu): Set PROCESSOR_K8 for signature_CENTAUR_ebx with has_longmode.

* config/i386/driver-i386.c (host_detect_local_cpu): Set
PROCESSOR_K8 for signature_CENTAUR_ebx with has_longmode.
<case PROCESSOR_K8>: Pass nano-3000, nano, eden-x2 or k8 for
signature_CENTAUR_ebx.
* config/i386/i386.c (ix86_option_override_internal): Add
definitions for VIA c7, samuel-2, nehemiah, esther, eden-x2, eden-x4,
nano, nano-1000, nano-2000, nano-3000, nano-x2 and nano-x4.
* doc/invoke.texi: Document new VIA -march entries.

From-SVN: r237534
gcc/ChangeLog
gcc/config/i386/driver-i386.c
gcc/config/i386/i386.c
gcc/doc/invoke.texi