From: Roland McGrath Date: Wed, 26 Jan 2005 02:05:57 +0000 (+0000) Subject: * sysdeps/i386/Makefile (defines): If -mno-tls-direct-seg-refs appears X-Git-Tag: upstream/2.30~16954 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=edd806d26f12dd42a3f886af2bc30ae845d959e5;p=external%2Fglibc.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. --- diff --git a/ChangeLog b/ChangeLog index 32e3641..cc75cfe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-01-23 Roland McGrath + + * 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 * stdlib/fmtmsg.c (addseverity): Remove new_string variable.