From 119fab9878aaf5a657b7295d73b838156ff6a27e Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 23 Nov 1999 15:57:26 +0000 Subject: [PATCH] Fix typo in applying last patch. --- sysdeps/mips/dl-machine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/mips/dl-machine.h b/sysdeps/mips/dl-machine.h index d8b892b83f5..7761100455a 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); } -- 2.47.3