]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo in applying last patch.
authorAndreas Jaeger <aj@suse.de>
Tue, 23 Nov 1999 15:57:26 +0000 (15:57 +0000)
committerAndreas Jaeger <aj@suse.de>
Tue, 23 Nov 1999 15:57:26 +0000 (15:57 +0000)
sysdeps/mips/dl-machine.h

index d8b892b83f5477190a551a59ad74ea618b7534cd..7761100455ae4b5a8bb03e2401a065b1c6a98b29 100644 (file)
@@ -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);
 }