about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-08 02:19:27 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-08 02:19:27 +0000
commitb8565e7817d7c6afd8eac804867b88c9bad1c9f1 (patch)
tree9e17bf573db9a3681fd11d08a250844638fb82be /ChangeLog
parent1c14af448eef3274c386069b78b2ce93f2a5e3c6 (diff)
downloadglibc-b8565e7817d7c6afd8eac804867b88c9bad1c9f1.tar.gz
glibc-b8565e7817d7c6afd8eac804867b88c9bad1c9f1.tar.xz
glibc-b8565e7817d7c6afd8eac804867b88c9bad1c9f1.zip
Update.
	* elf/dl-addr.c (_dl_addr): Fill in correct information if symbol
	is in main program.
	* elf/Versions [ld] (GLIBC_2.2): Export _dl_argv.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1079ab085a..cf0b832a76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2000-06-07  Ulrich Drepper  <drepper@redhat.com>
 
+	* elf/dl-addr.c (_dl_addr): Fill in correct information if symbol
+	is in main program.
+	* elf/Versions [ld] (GLIBC_2.2): Export _dl_argv.
+
 	* elf/dl-addr.c (_dl_addr): Do exact testing of address range
 	using l_map_start and l_map_end.