* Add missing ChangeLog entry.
authorUros Bizjak <uros@gcc.gnu.org>
Fri, 17 Oct 2014 06:07:17 +0000 (08:07 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 17 Oct 2014 06:07:17 +0000 (08:07 +0200)
From-SVN: r216363

gcc/ChangeLog

index b55d5d44117c9a7afcfc55666aa99d736f03e9a7..6b6f696e6872edf028fc94150f1657abb5e1cebc 100644 (file)
@@ -1,3 +1,13 @@
+2014-10-17  Uros Bizjak  <ubizjak@gmail.com>
+
+       * 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  <amodra@gmail.com>
 
        PR middle-end/61848