From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19690 invoked by alias); 1 Apr 2003 17:09:53 -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 19663 invoked from network); 1 Apr 2003 17:09:51 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 1 Apr 2003 17:09:51 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id CD7D02B23; Tue, 1 Apr 2003 12:09:47 -0500 (EST) Message-ID: <3E89C7DB.3080906@redhat.com> Date: Tue, 01 Apr 2003 17:09:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nick Clifton Cc: carlton@math.stanford.edu, gdb , binutils@sources.redhat.com Subject: Re: gdb.mi/mi-cli.exp failures References: <3E88A369.6090403@redhat.com> <3E88AE3F.4030005@redhat.com> <3E89AB79.1060700@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-04/txt/msg00008.txt.bz2 > Hi Andrew, > > >> Unfortunatly BFD changed an interface right in the middle of this - >> it's put GDB/BFD into a death spiral :-( > > > Die evil GDB die ... :-) > > >> FAIL: gdb.base/relocate.exp: get address of static_bar (timeout) >> FAIL: gdb.base/relocate.exp: static variables have different addresses >> FAIL: gdb.base/relocate.exp: get address of global_foo (timeout) >> FAIL: gdb.base/relocate.exp: get address of global_bar (timeout) >> FAIL: gdb.base/relocate.exp: global variables have different addresses >> FAIL: gdb.base/relocate.exp: get address of function_foo (timeout) >> FAIL: gdb.base/relocate.exp: get address of function_bar (timeout) >> FAIL: gdb.base/relocate.exp: functions have different addresses > > > Hmm, I currently do not see these failures. In fact I do not see any > failures running the relocate.exp script with the latest GDB and > BINUTILS sources. Have you fixed something already ? I see these failures on both i386 RH 7.2 native and PPC X d10v-elf using a gdb+dejagnu source tree. It occures in both current and with a 2003-03-31-gmt tree containing just that simple.c change. I should note that these are both elf + stab targets. Andrew