]> git.ipfire.org Git - thirdparty/glibc.git/commit
2005-01-26 Jakub Jelinek <jakub@redhat.com>
authorRoland McGrath <roland@gnu.org>
Wed, 16 Feb 2005 11:07:26 +0000 (11:07 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 16 Feb 2005 11:07:26 +0000 (11:07 +0000)
commit0cbef6c273e0f8b71d1ae8d1d0d56f9cf1a37403
tree7741e1a487769d950a457811901e87aa5d60a590
parent67d3cf0ee4e8cbfa9877b8ab3bc06d904be19541
2005-01-26  Jakub Jelinek  <jakub@redhat.com>

[BZ #737]
* sysdeps/unix/sysv/linux/i386/sysdep.h
(SYSCALL_ERROR_HANDLER_TLS_STORE): Remove unnecessary 0 imm.
2005-01-23  Roland McGrath  <roland@redhat.com>

[BZ #737]
* sysdeps/i386/Makefile (defines): If -mno-tls-direct-seg-refs appears
in $(CFLAGS), add -DNO_TLS_DIRECT_SEG_REFS.
* sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]
(SYSCALL_ERROR_HANDLER) [NO_TLS_DIRECT_SEG_REFS]: Load thread pointer
from %gs:0 and add to that value, rather that direct %gs:OFFSET access.
* sysdeps/unix/i386/sysdep.S [NO_TLS_DIRECT_SEG_REFS]: Likewise.
sysdeps/unix/sysv/linux/i386/sysdep.h