about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-07-14 13:20:46 +0000
committerRoland McGrath <roland@gnu.org>1996-07-14 13:20:46 +0000
commitb1dbbaa48c188f78fa78f25cf405b8d95575de08 (patch)
treec99907d3157107dbcb1cde8fe9eb10b7614bf67e /ChangeLog
parentf51d1dfd35f793488ee32c8226cb8955ed75acbe (diff)
downloadglibc-b1dbbaa48c188f78fa78f25cf405b8d95575de08.tar.gz
glibc-b1dbbaa48c188f78fa78f25cf405b8d95575de08.tar.xz
glibc-b1dbbaa48c188f78fa78f25cf405b8d95575de08.zip
* elf/rtld.c (RESOLVE): Use the dl's load address, not a constant zero!
	(_dl_start): Move RESOLVE defn inside this function and #include
	"dynamic-link.h" a second time there.
	[RTLD_START]: Move use of this after _dl_start function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a3946203c..29adb971ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 Sun Jul 14 01:51:39 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 
+	* elf/rtld.c (RESOLVE): Use the dl's load address, not a constant zero!
+	(_dl_start): Move RESOLVE defn inside this function and #include
+	"dynamic-link.h" a second time there.
+	[RTLD_START]: Move use of this after _dl_start function.
+
 	* elf/dl-reloc.c: Include "dynamic-link.h" at file scope.
 
 	* elf/rtld.c: Include <string.h>.