From: uros Date: Fri, 17 Oct 2014 06:07:17 +0000 (+0000) Subject: * Add missing ChangeLog entry. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff6de070aeb57103cdf76382fb67e74ca6e44dff;p=thirdparty%2Fgcc.git * Add missing ChangeLog entry. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216363 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b55d5d44117c..6b6f696e6872 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2014-10-17 Uros Bizjak + + * 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. + 2014-10-17 Alan Modra PR middle-end/61848