From: Uros Bizjak Date: Fri, 17 Oct 2014 06:07:17 +0000 (+0200) Subject: * Add missing ChangeLog entry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5dad161975e0e5362ecb554e08d4a94a2c4b3922;p=gcc.git * Add missing ChangeLog entry. From-SVN: r216363 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b55d5d44117..6b6f696e687 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