diff options
author | Andreas Jaeger <aj@suse.de> | 2004-08-25 05:57:46 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2004-08-25 05:57:46 +0000 |
commit | 25325c8541acb76c26d852c2bcfdd9053dbecda9 (patch) | |
tree | 70a170e6e6f41940d4c9d773745c8518c21e4ce6 /sysdeps/mips/dl-machine.h | |
parent | ec450c4b3fa9c48c6eb38064684d1d0a040dea0b (diff) | |
download | glibc-25325c8541acb76c26d852c2bcfdd9053dbecda9.tar.gz glibc-25325c8541acb76c26d852c2bcfdd9053dbecda9.tar.xz glibc-25325c8541acb76c26d852c2bcfdd9053dbecda9.zip |
* sysdeps/mips/dl-machine.h (_dl_start_user): Don't set
__libc_stack_end.
Diffstat (limited to 'sysdeps/mips/dl-machine.h')
-rw-r--r-- | sysdeps/mips/dl-machine.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/mips/dl-machine.h b/sysdeps/mips/dl-machine.h index bfd3a6250e..944f3c10a5 100644 --- a/sysdeps/mips/dl-machine.h +++ b/sysdeps/mips/dl-machine.h @@ -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\ |