summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-04-24 19:40:16 +0000
committerUlrich Drepper <drepper@redhat.com>2001-04-24 19:40:16 +0000
commit1921e934663b7e8a684a1757bb7c415b8e6fe498 (patch)
tree0bc74a1ce8eab8d4be71af0bcb9d03e976ef4e8f /ChangeLog
parent2ee403d414670c448cf281f3e142c11254b171bb (diff)
Update.
2001-03-21 Alan Modra <alan@one.net.au> * sysdeps/hppa/dl-machine.h (RTLD_START): Set up dp with DT_PLTGOT value from application so that constructors in non-PIC libs work. 2000-12-13 Jes Sorensen <jes@linuxcare.com> * sysdeps/hppa/dl-machine.h (RTLD_START): _dl_init now returns a function pointer, hence load the jump address and gp from the function pointer before jumping.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4406b15ce9..ce00c3ffad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2001-03-21 Alan Modra <alan@one.net.au>
+
+ * sysdeps/hppa/dl-machine.h (RTLD_START): Set up dp with DT_PLTGOT
+ value from application so that constructors in non-PIC libs work.
+
+2000-12-13 Jes Sorensen <jes@linuxcare.com>
+
+ * sysdeps/hppa/dl-machine.h (RTLD_START): _dl_init now returns a
+ function pointer, hence load the jump address and gp from the
+ function pointer before jumping.
+
2001-04-24 Andreas Jaeger <aj@suse.de>
* sysdeps/generic/send.c (__send): Return ssize_t.