about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-09-16 05:22:26 +0000
committerUlrich Drepper <drepper@redhat.com>2000-09-16 05:22:26 +0000
commit8a0e201e331313cb2fe17a092bde0855773f3a4e (patch)
treeddf3fb00e6c7a15ddf5f24379ff3fe755b6e8f7a /ChangeLog
parentd3d934d81cffcd24d6dce6f54e7f77204ecd777f (diff)
downloadglibc-8a0e201e331313cb2fe17a092bde0855773f3a4e.tar.gz
glibc-8a0e201e331313cb2fe17a092bde0855773f3a4e.tar.xz
glibc-8a0e201e331313cb2fe17a092bde0855773f3a4e.zip
Update.
	* elf/rtld.c (_dl_dynamic_weak): Set to 1 by default for now.
	* elf/dl-support.c: Likewise.

	necessary.  Move includes of POSIX and Unix limits files to the end.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f429ff75ea..9e437b8a6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-09-15  Ulrich Drepper  <drepper@redhat.com>
 
+	* elf/rtld.c (_dl_dynamic_weak): Set to 1 by default for now.
+	* elf/dl-support.c: Likewise.
+
 	* sysdeps/unix/sysv/linux/ia64/bits/stat.h: Correct position of
 	st_blocks member in stat and stat64 structs.
 	Patch by Bill Nottingham <notting@redhat.com>.
@@ -13,8 +16,7 @@
 	Patches by Joseph S. Myers <jsm28@cam.ac.uk>.
 
 	* include/limits.h: Define LLONG_MIN, LLONG_MAX, ULLONG_MAX if
-	necessary.  Move includes of POSIX and Unix limits files to the
-	end.
+	necessary.  Move includes of POSIX and Unix limits files to the end.
 	* stdlib/Makefile (tests): Add tst-limits.
 	* stdlib/tst-limits.h: New file.