From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 908 invoked by alias); 9 Oct 2002 17:58:46 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 897 invoked from network); 9 Oct 2002 17:58:45 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 9 Oct 2002 17:58:45 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id g99HwjR09433; Wed, 9 Oct 2002 10:58:45 -0700 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: gdb Subject: Re: testsuite error: display.exp References: From: David Carlton Date: Wed, 09 Oct 2002 10:58:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-10/txt/msg00088.txt.bz2 On 09 Oct 2002 10:56:33 -0700, David Carlton said: > Oh, I left off some information: > jackfruit$ gdb --version > GNU gdb 2002-07-25-cvs > Copyright 2002 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it and/or distribute copies of it under certain conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "i686-pc-linux-gnu". It would be nice if I could provide this for the actual version of GDB that I'm using. Sigh. I'm making mistakes like this, and it's only 11 in the morning! jackfruit$ ./gdb --version GNU gdb 2002-10-09-cvs Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu". David Carlton carlton@math.stanford.edu