From 5dad161975e0e5362ecb554e08d4a94a2c4b3922 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Fri, 17 Oct 2014 08:07:17 +0200 Subject: [PATCH] * Add missing ChangeLog entry. From-SVN: r216363 --- gcc/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.30.2