From 4135087a92ec76555f2c8d242cd526afc8384cdd Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Thu, 19 Aug 2004 08:08:27 +0000 Subject: Oops, forgot to remove unused variable. --- ldso/ldso/dl-startup.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ldso') diff --git a/ldso/ldso/dl-startup.c b/ldso/ldso/dl-startup.c index bd8287047..aaca86831 100644 --- a/ldso/ldso/dl-startup.c +++ b/ldso/ldso/dl-startup.c @@ -131,7 +131,6 @@ DL_BOOT(unsigned long args) Elf32_auxv_t auxvt[AT_EGID + 1]; unsigned char *malloc_buffer, *mmap_zero; Elf32_Dyn *dpnt; - unsigned long *hash_addr; struct r_debug *debug_addr = NULL; size_t pagesize; int indx; @@ -528,7 +527,7 @@ found_got: free to start using global variables, since these things have all been fixed up by now. Still no function calls outside of this library , since the dynamic resolver is not yet ready. */ - _dl_get_ready_to_run(tpnt, app_tpnt, load_addr, hash_addr, + _dl_get_ready_to_run(tpnt, app_tpnt, load_addr, 0, auxvt, envp, debug_addr, malloc_buffer, mmap_zero, argv); -- cgit v1.2.3