mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
update from main archive 960826
This commit is contained in:
parent
c080e5ff92
commit
8a7ad1005c
@ -217,7 +217,11 @@ _dl_start_user:
|
|||||||
jsr $26, ($0)
|
jsr $26, ($0)
|
||||||
ldgp $gp, 0($26)
|
ldgp $gp, 0($26)
|
||||||
br 1b
|
br 1b
|
||||||
2: /* Pass our finalizer function to the user in $0. */
|
2: /* Clear the startup flag. */
|
||||||
|
.set at
|
||||||
|
stl $31, _dl_starting_up
|
||||||
|
.set noat
|
||||||
|
/* Pass our finalizer function to the user in $0. */
|
||||||
lda $0, _dl_fini
|
lda $0, _dl_fini
|
||||||
/* Jump to the user's entry point. */
|
/* Jump to the user's entry point. */
|
||||||
mov $9, $27
|
mov $9, $27
|
||||||
|
Loading…
Reference in New Issue
Block a user