1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
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:
Ulrich Drepper
2003-04-12 20:32:01 +00:00
parent 68107ec092
commit 177d1ad3ac
6 changed files with 30 additions and 10 deletions

View File

@ -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