From: Andreas Jaeger Date: Wed, 25 Aug 2004 05:57:35 +0000 (+0000) Subject: (_dl_start_user): Don't set __libc_stack_end. X-Git-Tag: glibc-2.16-ports-before-merge~1142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7048b1bff0b3e097df66be9ac526c6c6dcf66a54;p=thirdparty%2Fglibc.git (_dl_start_user): Don't set __libc_stack_end. --- diff --git a/sysdeps/mips/dl-machine.h b/sysdeps/mips/dl-machine.h index bfd3a6250eb..944f3c10a5f 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\