From 8d4b5a8a50fad0ed1005380aa8d1c13dcfdab08d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 7 Feb 2002 06:38:57 +0000 Subject: Update. 2002-02-06 Ulrich Drepper * configure.in: Add --without-tls option. * sysdeps/i386/elf/configure.in: Don't check for TLS support if --without-tls is given. * sysdeps/generic/dl-tls.c: Include . * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2e93c78162..82c1059fea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2002-02-06 Ulrich Drepper + + * configure.in: Add --without-tls option. + * sysdeps/i386/elf/configure.in: Don't check for TLS support if + --without-tls is given. + + * sysdeps/generic/dl-tls.c: Include . + + * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS. + 2002-02-06 Roland McGrath * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls. -- cgit 1.4.1