From 4228b9368f3e9fd66248e4a40f733e0ea6fe59b1 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 23 Nov 1999 16:10:26 +0000 Subject: (elf_machine_dynamic): New function. (elf_machine_got): Removed, not needed anymore. (ELF_MACHINE_RELOC_NOPLT): Removed. (ELF_MACHINE_JMP_SLOT): Added. (_RTLD_PROLOGUE): We use gcc, no need to check for __STDC__. (_RTLD_EPILOGUE): Likewise. (RESOLVE_GOTSYM): Use R_MIPS_REL32. (ELF_MACHINE_RUNTIME_TRAMPOLINE): Likewise. --- sysdeps/mips/dl-machine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/mips/dl-machine.h') diff --git a/sysdeps/mips/dl-machine.h b/sysdeps/mips/dl-machine.h index d8b892b..7761100 100644 --- a/sysdeps/mips/dl-machine.h +++ b/sysdeps/mips/dl-machine.h @@ -105,7 +105,7 @@ static inline ElfW(Addr) elf_machine_dynamic (void) { register ElfW(Addr) gp __asm__ ("$28"); - return elf_mips_got_from_gpreg (gp); + return *elf_mips_got_from_gpreg (gp); } -- cgit v1.1