about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-10-18 01:13:06 +0000
committerRoland McGrath <roland@gnu.org>2002-10-18 01:13:06 +0000
commitb9cb349fb4fcec60fe99535dbab062ffe7a7ac49 (patch)
tree10070a4ce41d889b8ec9a37efb5677f10ee7c144 /ChangeLog
parent1f0c4a1006d76e7115340325388b26fd50cd0cad (diff)
downloadglibc-b9cb349fb4fcec60fe99535dbab062ffe7a7ac49.tar.gz
glibc-b9cb349fb4fcec60fe99535dbab062ffe7a7ac49.tar.xz
glibc-b9cb349fb4fcec60fe99535dbab062ffe7a7ac49.zip
* aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_ECHO_N_PREPARE]).
	Remove AC_LANG(C) call, instead just define([_AC_LANG], [C]).

	* elf/dl-support.c: Move _dl_tls_* variables to ...
	* sysdeps/generic/libc-tls.c: ... here.

	* elf/dl-close.c (remove_slotinfo): Take new argument.  If false,
	allow IDX to be one past the current last slotinfo entry.
	(_dl_close): Pass IMAP->l_init_called for that parameter.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cc5ca5154..4eb39a2e8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2002-10-17  Roland McGrath  <roland@redhat.com>
+
+	* aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_ECHO_N_PREPARE]).
+	Remove AC_LANG(C) call, instead just define([_AC_LANG], [C]).
+
+	* elf/dl-support.c: Move _dl_tls_* variables to ...
+	* sysdeps/generic/libc-tls.c: ... here.
+
+	* elf/dl-close.c (remove_slotinfo): Take new argument.  If false,
+	allow IDX to be one past the current last slotinfo entry.
+	(_dl_close): Pass IMAP->l_init_called for that parameter.
+
 2002-10-07  Andreas Schwab  <schwab@suse.de>
 
 	* aclocal.m4: Fix for autoconf 2.53.