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. --- Makerules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 5320ff4a9b..412b217184 100644 --- a/Makerules +++ b/Makerules @@ -491,7 +491,7 @@ endef # since we define our own `.init' section specially. LDFLAGS-c.so = -nostdlib -nostartfiles # Give libc.so an entry point and make it directly runnable itself. -LDFLAGS-c.so += -e __libc_print_version +LDFLAGS-c.so += -e __libc_main # Use our own special initializer and finalizer files for libc.so. elfobjdir := $(firstword $(objdir) $(patsubst ../$(subdir),.,$(..)elf)) $(common-objpfx)libc.so: $(elfobjdir)/soinit.so \ -- cgit 1.4.1