From 25325c8541acb76c26d852c2bcfdd9053dbecda9 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 25 Aug 2004 05:57:46 +0000 Subject: [PATCH] * sysdeps/mips/dl-machine.h (_dl_start_user): Don't set __libc_stack_end. --- ChangeLog | 5 +++++ sysdeps/mips/dl-machine.h | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b7bb9f8aa6..e72f0f94cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-25 Richard Sandiford + + * sysdeps/mips/dl-machine.h (_dl_start_user): Don't set + __libc_stack_end. + 2004-08-23 Ulrich Drepper * sysdeps/gnu/netinet/udp.h: Cosmetic changes. Remove unnecessary 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\ -- 2.11.4.GIT