about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-02-04 06:24:37 +0000
committerUlrich Drepper <drepper@redhat.com>2002-02-04 06:24:37 +0000
commite23f8d206d85154a99c3f91d58a35227a279c479 (patch)
treefb15983a8e4f67b211a5ec08572d07d8a94854d5 /ChangeLog
parent9710f75d4a4d57fa86f20e011c6dc6e66c590080 (diff)
downloadglibc-e23f8d206d85154a99c3f91d58a35227a279c479.tar.gz
glibc-e23f8d206d85154a99c3f91d58a35227a279c479.tar.xz
glibc-e23f8d206d85154a99c3f91d58a35227a279c479.zip
Update.
2002-02-03  Ulrich Drepper  <drepper@redhat.com>

	* config.h.in: Add HAVE_TLS_SUPPORT.
	* sysdeps/i386/elf/configure.in: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95d7090879..fb8851b604 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-03  Ulrich Drepper  <drepper@redhat.com>
+
+	* config.h.in: Add HAVE_TLS_SUPPORT.
+	* sysdeps/i386/elf/configure.in: New file.
+
 2002-02-03  Andreas Schwab  <schwab@suse.de>
 
 	* sysdeps/posix/readv.c: Use ssize_t for bytes_read.