]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Add missing ChangeLog entry.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Oct 2014 06:07:17 +0000 (06:07 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Oct 2014 06:07:17 +0000 (06:07 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216363 138bc75d-0d04-0410-961f-82ee72b054a4

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