]> git.ipfire.org Git - thirdparty/glibc.git/commit
i386: Disable check_consistency for GCC 5 and above [BZ #25788]
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 6 Apr 2020 13:02:11 +0000 (06:02 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 6 Apr 2020 13:44:33 +0000 (06:44 -0700)
commitf90a7e96df87edadd503a0a32aa70fb97c55a044
treed3e625a0d15c1480e1afccd47c52d9c9b06508fe
parentf9ac84f92f151e07586c55e14ed628d493a5929d
i386: Disable check_consistency for GCC 5 and above [BZ #25788]

check_consistency should be disabled for GCC 5 and above since there is
no fixed PIC register in GCC 5 and above.  Check __GNUC_PREREQ (5,0)
instead OPTIMIZE_FOR_GCC_5 since OPTIMIZE_FOR_GCC_5 is false with
-fno-omit-frame-pointer.
sysdeps/unix/sysv/linux/i386/sysdep.h