summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-02-16 11:08:03 +0000
committerRoland McGrath <roland@gnu.org>2005-02-16 11:08:03 +0000
commit0532f6626e4d0ff336d6ca16340f95c5248a211c (patch)
tree2993d526e7297b0986766d4bce6a3652537c0b0d
parentcbbe5ab1a70ae81c100345091d5b065773ecdf5e (diff)
.
-rw-r--r--ChangeLog28
1 files changed, 18 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fe156508b..af9c4093cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,11 +5,8 @@
2005-01-27 Jakub Jelinek <jakub@redhat.com>
- [BZ #731]
- * stdlib/tst-fmtmsg.c: Include stdlib.h.
-
-2005-01-27 Jakub Jelinek <jakub@redhat.com>
-
+ * stdlib/tst-fmtmsg.c: Include stdlib.h. [BZ #731]
+ * stdio-common/tst-fmemopen2.c: Include string.h. [BZ #730]
* posix/execvp.c: Include stdbool.h.
2005-01-26 Ulrich Drepper <drepper@redhat.com>
@@ -18,11 +15,27 @@
* sysdeps/unix/sysv/linux/kernel-features.h: Found reference to
MSG_NOSIGNAL being in 2.2 kernels.
+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-25 Roland McGrath <roland@redhat.com>
[BZ #671]
* sysdeps/generic/syslog.c [NO_SIGPIPE]: Protect sigpipe_handler decl.
+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.
+
2005-01-25 Jakub Jelinek <jakub@redhat.com>
[BZ #731]
@@ -536,11 +549,6 @@
_D_LIB_VERSIONIMF=_LIB_VERSION, -DSIZE_LONG_INT_64, and
-DSIZE_LONG_LONG_INT_64.
-2005-01-27 Jakub Jelinek <jakub@redhat.com>
-
- [BZ #730]
- * stdio-common/tst-fmemopen2.c: Include string.h.
-
2005-01-05 Steven Munroe <sjmunroe@us.ibm.com>
[BZ #729]