From 96749a768287761528a05670560402a16f6839ac Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 2 Apr 2002 21:12:37 +0000 Subject: Steven J. Hill's latest mips dynamic loader updates --- ldso/ldso/mips/dl-startup.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ldso/ldso/mips/dl-startup.h') diff --git a/ldso/ldso/mips/dl-startup.h b/ldso/ldso/mips/dl-startup.h index e86ff77cf..f439ee4bc 100644 --- a/ldso/ldso/mips/dl-startup.h +++ b/ldso/ldso/mips/dl-startup.h @@ -13,11 +13,8 @@ _dl_boot: nop 0: .cpload $31 .set reorder - # i386 ABI book says that the first entry of GOT holds - # the address of the dynamic structure. Though MIPS ABI - # doesn't say nothing about this, I emulate this here. + # Store offset of DYNAMIC section in first entry of GOT la $4, _DYNAMIC - # Subtract OFFSET_GP_GOT sw $4, -0x7ff0($28) move $4, $29 la $8, coff -- cgit v1.2.3