r216362 - in /trunk/gcc/config/i386: cpuid.h dr...

uros@gcc.gnu.org uros@gcc.gnu.org
Fri Oct 17 06:00:00 GMT 2014


Author: uros
Date: Fri Oct 17 06:00:58 2014
New Revision: 216362

URL: https://gcc.gnu.org/viewcvs?rev=216362&root=gcc&view=rev
Log:
	* config/i386/cpuid.h (__cpuid): Remove definitions that handle %ebx
	register in a special way.
	(__cpuid_count): Ditto.
	* config/i386/driver-i386.h: Protect with
	"#if defined(__GNUC__) && (__GNUC__ >= 5 || !defined(__PIC__))".
	(host_detect_local_cpu): Mention that GCC with non-fixed %ebx
	is required to compile the function.


Modified:
    trunk/gcc/config/i386/cpuid.h
    trunk/gcc/config/i386/driver-i386.c



More information about the Gcc-cvs mailing list