summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0eb13bd181..1adcc3f4cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Tue Jun 11 23:23:30 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
+
+ * Makerules (LDFLAGS-c.so): Use __libc_main instead of
+ __libc_print_version as entry point for shared object.
+ * version.c [HAVE_ELF] (__libc_main): New function.
+
+ * elf/dl-load.c (_dl_map_object_from_fd): Relocate l_entry with the
+ load address.
+
Tue Jun 11 19:13:04 1996 Richard Henderson <rth@tamu.edu>
* elf/dl-close.c: Include <string.h> for memcpy.