]> git.ipfire.org Git - thirdparty/gcc.git/commit
cpuid.h: Define signature_*_e[bcd]x macros for matching results of level 0 calls...
authorUlrich Drepper <drepper@gmail.com>
Sun, 9 Sep 2012 14:22:10 +0000 (14:22 +0000)
committerUlrich Drepper <drepper@gcc.gnu.org>
Sun, 9 Sep 2012 14:22:10 +0000 (14:22 +0000)
commitef64d158fb3ff94c3e6a290586061f3e5a8983f3
tree602b5169923319f3a07641e93d8f934b27d2c271
parent7b99cca4787efe0a5eec258b236c13b7b7604f04
cpuid.h: Define signature_*_e[bcd]x macros for matching results of level 0 calls to...

gcc/
        * config/i386/cpuid.h: Define signature_*_e[bcd]x macros for
        matching results of level 0 calls to __cpuid to processor
        manufacturers.
        * config/i386/driver-i386.c (vendor_signatures): Removed.
        (processor_signatures): Removed.
        (host_detect_local_cpu): Replace uses of now-removed SIG_*
        constants with the new signature_*_ebx constants.

libstdc++-v3/
        * src/c++11/random.cc (random_device::_M_init): Use new macro
        signature_INTEL_ebx to check for Intel processors.

From-SVN: r191109
gcc/ChangeLog
gcc/config/i386/cpuid.h
gcc/config/i386/driver-i386.c
libstdc++-v3/ChangeLog
libstdc++-v3/src/c++11/random.cc