projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58f6857
)
Fix typo in applying last patch.
author
Andreas Jaeger
<aj@suse.de>
Tue, 23 Nov 1999 15:57:26 +0000
(15:57 +0000)
committer
Andreas Jaeger
<aj@suse.de>
Tue, 23 Nov 1999 15:57:26 +0000
(15:57 +0000)
sysdeps/mips/dl-machine.h
patch
|
blob
|
history
diff --git
a/sysdeps/mips/dl-machine.h
b/sysdeps/mips/dl-machine.h
index
d8b892b
..
7761100
100644
(file)
--- 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);
}