projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89ffa8a
)
* sysdeps/mips/dl-machine.h: Always use $25 as jump register.
author
Andreas Jaeger
<aj@suse.de>
Sun, 18 Jun 2000 17:20:01 +0000
(17:20 +0000)
committer
Andreas Jaeger
<aj@suse.de>
Sun, 18 Jun 2000 17:20:01 +0000
(17:20 +0000)
Patch by Ralf Baechle <ralf@uni-koblenz.de>.
sysdeps/mips/dl-machine.h
patch
|
blob
|
history
diff --git
a/sysdeps/mips/dl-machine.h
b/sysdeps/mips/dl-machine.h
index 322add2e080fc2fed39c471818cf49836803bcb8..f08afa9c7fd65fb54a133247d07465459fea16ae 100644
(file)
--- a/
sysdeps/mips/dl-machine.h
+++ b/
sysdeps/mips/dl-machine.h
@@
-403,7
+403,8
@@
_dl_start_user:\n\
# Pass our finalizer function to the user in $2 as per ELF ABI.\n\
la $2, _dl_fini\n\
# Jump to the user entry point.\n\
- jr $17\n"\
+ move $25, $17\n\
+ jr $25\n"\
_RTLD_EPILOGUE(ENTRY_POINT)\
"\n.previous"\
);