From 463e148b7581de66898a9675fc7dd5dfc88f8b0e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 12 Jun 1996 04:00:32 +0000 Subject: Tue Jun 11 23:23:30 1996 Roland McGrath * 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. --- elf/dl-load.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'elf/dl-load.c') diff --git a/elf/dl-load.c b/elf/dl-load.c index b9f4aa184b..48210731cc 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -357,6 +357,8 @@ _dl_map_object_from_fd (const char *name, int fd, char *realname, l->l_phdr = (void *) ((const ElfW(Ehdr) *) l->l_addr)->e_phoff; (ElfW(Addr)) l->l_phdr += l->l_addr; + l->l_entry += l->l_addr; + elf_get_dynamic_info (l->l_ld, l->l_info); if (l->l_info[DT_HASH]) _dl_setup_hash (l); -- cgit 1.4.1