about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-20 08:49:27 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-20 08:49:27 +0000
commit676fde70c8940888bed31881ec9d0fd5c34f9dc0 (patch)
treebd680e1d2a7b269e51f1ffca66922ff4f2935bb4 /ChangeLog
parent057c823fbef95bf0ddb2a33c109b82488390ecec (diff)
downloadglibc-676fde70c8940888bed31881ec9d0fd5c34f9dc0.tar.gz
glibc-676fde70c8940888bed31881ec9d0fd5c34f9dc0.tar.xz
glibc-676fde70c8940888bed31881ec9d0fd5c34f9dc0.zip
Update.
2002-12-20  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): For TLS
	builds add "tls" in the search path.
	* elf/ldconfig.c (is_hwcap_platform): Also recognize "tls".
	(path_hwcap): Recognize "tls".

	* sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Use
	__waitpid instead of waitpid.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 526a4fc470..6cbb3498eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
+2002-12-20  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): For TLS
+	builds add "tls" in the search path.
+	* elf/ldconfig.c (is_hwcap_platform): Also recognize "tls".
+	(path_hwcap): Recognize "tls".
+
 2002-12-19  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Use
+	__waitpid instead of waitpid.
+
 	* sysdeps/unix/sysv/linux/i386/_exit.S: Use ENTER_KERNEL instead of
 	int $0x80.
 	* sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.