From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4367 invoked by alias); 5 Nov 2002 23:20:24 -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 4353 invoked from network); 5 Nov 2002 23:20:23 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 5 Nov 2002 23:20:23 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id E257B3F3D; Tue, 5 Nov 2002 18:20:23 -0500 (EST) Message-ID: <3DC85237.30403@redhat.com> Date: Tue, 05 Nov 2002 15:20:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Carlton Cc: gdb-patches@sources.redhat.com, Fernando Nasser , cagney Subject: Re: [rfa/testsuite] Don't display values in output of pc-fp.exp References: <3DC84C23.8070801@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-11/txt/msg00078.txt.bz2 > > That's a good point; I hadn't thought of that. I'm actually not > entirely sure what it is that leads to the value of $fp changing from > test run to test run. But I will make the empirical observation that > it does change from test run to test run, and I'd be shocked if those > changes reflected introduction of new bugs into GDB. Hmm, from memory, $fp, is affected by your environment. environ[] is pushed onto the stack before calling main. Andrew