mirror of git://sourceware.org/git/glibc.git
parent
2acd67aa30
commit
a18e04cfb5
|
@ -321,7 +321,8 @@ _dl_start_user: \n\
|
||||||
mov $0, $9 \n\
|
mov $0, $9 \n\
|
||||||
/* See if we were run as a command with the executable \n\
|
/* See if we were run as a command with the executable \n\
|
||||||
file name as an extra leading argument. */ \n\
|
file name as an extra leading argument. */ \n\
|
||||||
ldl $1, _dl_skip_args($gp) !gprel \n\
|
ldah $1, _dl_skip_args($gp) !gprelhigh \n\
|
||||||
|
ldl $1, _dl_skip_args($1) !gprellow \n\
|
||||||
bne $1, $fixup_stack \n\
|
bne $1, $fixup_stack \n\
|
||||||
$fixup_stack_ret: \n\
|
$fixup_stack_ret: \n\
|
||||||
/* The special initializer gets called with the stack \n\
|
/* The special initializer gets called with the stack \n\
|
||||||
|
|
Loading…
Reference in New Issue