diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-12 04:00:32 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-12 04:00:32 +0000 |
commit | 463e148b7581de66898a9675fc7dd5dfc88f8b0e (patch) | |
tree | 2d98d77cb503cd6aabd4bcd80a09da21924ae62e /ChangeLog | |
parent | 8d6468d0c8aa55b319ba70a83d3b092c292ef0b1 (diff) | |
download | glibc-463e148b7581de66898a9675fc7dd5dfc88f8b0e.zip glibc-463e148b7581de66898a9675fc7dd5dfc88f8b0e.tar.gz glibc-463e148b7581de66898a9675fc7dd5dfc88f8b0e.tar.bz2 |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |