Skip to content

Commit

Permalink
* sysdeps/mips/dl-machine.h: Pass finalizer correctly to user
Browse files Browse the repository at this point in the history
entry point. 
Reported by Jim Pick <jim@jimpick.com>.
  • Loading branch information
Andreas Jaeger committed Jun 14, 2000
1 parent 594cee6 commit 04037da
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions sysdeps/mips/dl-machine.h
Original file line number Diff line number Diff line change
Expand Up @@ -400,15 +400,10 @@ _dl_start_user:\n\
# Call the function to run the initializers.\n\
jal _dl_init
addiu $29, 16\n\
# Pass our finalizer function to the user in ra.\n\
la $31, _dl_fini\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\
move $25, $17\n\
lw $4, 0($29)\n\
lw $5, 4($29)\n\
lw $6, 8($29)\n\
lw $7, 12($29)\n\
jr $25\n"\
jr $17\n"\
_RTLD_EPILOGUE(ENTRY_POINT)\
"\n.previous"\
);
Expand Down

0 comments on commit 04037da

Please sign in to comment.