22 lines
612 B
Diff
22 lines
612 B
Diff
|
--- sysdeps/mips/dl-machine.h.org Thu Apr 15 11:24:26 2004
|
||
|
+++ sysdeps/mips/dl-machine.h Thu Apr 15 11:38:28 2004
|
||
|
@@ -474,7 +474,7 @@
|
||
|
" STRINGXP(PTR_LA) " $25, _dl_start_user\n\
|
||
|
.globl _dl_start_user\n\
|
||
|
.type _dl_start_user,@function\n\
|
||
|
- .ent _dl_start_user\n\
|
||
|
+ .aent _dl_start_user\n\
|
||
|
_dl_start_user:\n\
|
||
|
" STRINGXP(SETUP_GP) "\n\
|
||
|
" STRINGXV(SETUP_GP64($18,_dl_start_user)) "\n\
|
||
|
@@ -512,8 +512,7 @@
|
||
|
" STRINGXP(PTR_LA) " $2, _dl_fini\n\
|
||
|
# Jump to the user entry point.\n\
|
||
|
move $25, $17\n\
|
||
|
- jr $25\n\
|
||
|
- .end _dl_start_user\n\t"\
|
||
|
+ jr $25\n\t"\
|
||
|
_RTLD_EPILOGUE(ENTRY_POINT)\
|
||
|
".previous"\
|
||
|
);
|