mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
* sysdeps/mips/dl-machine.h: Always use $25 as jump register.
Patch by Ralf Baechle <ralf@uni-koblenz.de>.
This commit is contained in:
parent
89ffa8a883
commit
046a21942a
@ -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"\
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user