aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mips/dl-machine.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>1999-11-23 16:10:26 +0000
committerAndreas Jaeger <aj@suse.de>1999-11-23 16:10:26 +0000
commit4228b9368f3e9fd66248e4a40f733e0ea6fe59b1 (patch)
treef2feeddde86b3ecba0131b634f9a0aea82146bf9 /sysdeps/mips/dl-machine.h
parentfd96475e575f3109a7d29eaf2dd120e6e888f91a (diff)
downloadglibc-4228b9368f3e9fd66248e4a40f733e0ea6fe59b1.tar
glibc-4228b9368f3e9fd66248e4a40f733e0ea6fe59b1.tar.gz
glibc-4228b9368f3e9fd66248e4a40f733e0ea6fe59b1.tar.bz2
glibc-4228b9368f3e9fd66248e4a40f733e0ea6fe59b1.zip
(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.
Diffstat (limited to 'sysdeps/mips/dl-machine.h')
-rw-r--r--sysdeps/mips/dl-machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mips/dl-machine.h b/sysdeps/mips/dl-machine.h
index d8b892b83f..7761100455 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);
}