From: Andreas Jaeger Date: Tue, 23 Nov 1999 15:57:26 +0000 (+0000) Subject: Fix typo in applying last patch. X-Git-Tag: glibc-2.16-ports-before-merge~2798 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=119fab9878aaf5a657b7295d73b838156ff6a27e;p=thirdparty%2Fglibc.git Fix typo in applying last patch. --- 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); }