mirror of git://sourceware.org/git/glibc.git
* 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.
This commit is contained in:
parent
70a8119bf0
commit
edd806d26f
|
|
@ -1,3 +1,12 @@
|
||||||
|
2005-01-23 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2005-01-25 Jakub Jelinek <jakub@redhat.com>
|
2005-01-25 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* stdlib/fmtmsg.c (addseverity): Remove new_string variable.
|
* stdlib/fmtmsg.c (addseverity): Remove new_string variable.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue