mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
* sysdeps/mips/dl-machine.h (_dl_start_user): Don't set
__libc_stack_end.
This commit is contained in:
parent
ec450c4b3f
commit
25325c8541
@ -1,3 +1,8 @@
|
||||
2004-08-25 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* sysdeps/mips/dl-machine.h (_dl_start_user): Don't set
|
||||
__libc_stack_end.
|
||||
|
||||
2004-08-23 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/gnu/netinet/udp.h: Cosmetic changes. Remove unnecessary
|
||||
|
@ -485,8 +485,6 @@ _dl_start_user:\n\
|
||||
move $16, $28\n\
|
||||
# Save the user entry point address in a saved register.\n\
|
||||
move $17, $2\n\
|
||||
# Store the highest stack address\n\
|
||||
" STRINGXP(PTR_S) " $29, __libc_stack_end\n\
|
||||
# See if we were run as a command with the executable file\n\
|
||||
# name as an extra leading argument.\n\
|
||||
lw $2, _dl_skip_args\n\
|
||||
|
Loading…
Reference in New Issue
Block a user