From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1181 invoked by alias); 27 Apr 2002 02:14:49 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1158 invoked from network); 27 Apr 2002 02:14:47 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 27 Apr 2002 02:14:47 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id g3R2EjZ26424; Fri, 26 Apr 2002 21:14:45 -0500 Date: Fri, 26 Apr 2002 19:14:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200204270214.g3R2EjZ26424@duracef.shout.net> To: fnf@redhat.com Subject: Re: [RFA] Remove dependency on load address of environ Cc: gdb-patches@sources.redhat.com X-SW-Source: 2002-04/txt/msg01100.txt.bz2 I remember looking at that code a year or two ago and wondering what in the world it was doing with &environ. I proofread this patch and it looks correct to me, no problems found. I have not tested it though. Michael C 2002-04-26 Fred Fish * main.c (display_space_base): Add global variable. (main): Initialize display_space_base by calling sbrk. * main.c (captured_main): Add display_space_base decl, remove environ decl and reference, remove lim variable, use display_space_base. * top.c (command_loop): Ditto. * event-top.c (command_handler): Ditto. (command_line_handler_continuation): Ditto.