]> git.ipfire.org Git - thirdparty/glibc.git/commit
x86: Remove stale __GNUC_PREREQ (11, 1) test from __thread_pointer()
authorUros Bizjak <ubizjak@gmail.com>
Wed, 10 Sep 2025 06:43:53 +0000 (08:43 +0200)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 10 Sep 2025 12:30:07 +0000 (05:30 -0700)
commite5222ceb73b8dbd67fc704a53d259b283f5defec
tree7d5ca52bc727bf872088056ab1acccd2ced617cd
parent19442c052c40f2088e265a11daf2e3669f32ddbd
x86: Remove stale __GNUC_PREREQ (11, 1) test from __thread_pointer()

GCC 12 is currently the minimum supported compiler version.
Remove no longer needed __GNUC_PREREQ (11, 1) test from
__thread_pointer().

Signed-off-by: Uros Bizjak <ubizjak@gmail.com>
Cc: H.J.Lu <hjl.tools@gmail.com>
Cc: Florian Weimer <fweimer@redhat.com>
Cc: Carlos O'Donell <carlos@redhat.com>
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
sysdeps/x86/thread_pointer.h