mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-26 04:31:03 +00:00
(RTLD_START): Fix computation of envp argument passed to _dl_init.
This commit is contained in:
parent
bcafa19eb3
commit
d89e0413b2
@ -468,7 +468,9 @@ _dl_start_user:\n\
|
||||
lw $4, _dl_loaded\n\
|
||||
lw $5, 0($29)\n\
|
||||
la $6, 4($29)\n\
|
||||
la $7, 8($29)\n\
|
||||
sll $7, $5, 2\n\
|
||||
addu $7, $7, $6\n\
|
||||
addu $7, $7, 4\n\
|
||||
subu $29, 16\n\
|
||||
# Call the function to run the initializers.\n\
|
||||
jal _dl_init
|
||||
|
Loading…
Reference in New Issue
Block a user