mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2003-04-12 Ulrich Drepper <drepper@redhat.com> * sysdeps/x86_64/tls.h (THREAD_SETMEM): Word around compiler bug which mishandles loading of global object addresses in PIC. (THREAD_SETMEM_NC): Likewise.
This commit is contained in:
@ -289,3 +289,8 @@
|
||||
# define __ASSUME_NETLINK_SUPPORT 1
|
||||
#endif
|
||||
|
||||
/* For x86, support for the sysenter instruction was available in
|
||||
2.5.53. */
|
||||
#if __LINUX_KERNEL_VERSION >= 132405 && defined __i386__
|
||||
# define __ASSUME_VSYSCALL 1
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user