From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2985 invoked by alias); 9 Sep 2003 22:25:17 -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 2978 invoked from network); 9 Sep 2003 22:25:16 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 9 Sep 2003 22:25:16 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id A5A192B7F; Tue, 9 Sep 2003 18:25:14 -0400 (EDT) Message-ID: <3F5E534A.5060702@redhat.com> Date: Tue, 09 Sep 2003 22:25:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Carlton Cc: gdb Subject: Re: a couple of regressions References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00128.txt.bz2 > I just ran 'make check' for the first time since August 27, and I > noticed a few regressions: > > -PASS: gdb.base/relocate.exp: add-symbol-file relocate.o 0 > +FAIL: gdb.base/relocate.exp: add-symbol-file relocate.o 0 > > -PASS: gdb.base/relocate.exp: add-symbol-file relocate.o $offset > +FAIL: gdb.base/relocate.exp: add-symbol-file relocate.o $offset > > -PASS: gdb.stabs/weird.exp: weirdx.o read without error > +FAIL: gdb.stabs/weird.exp: Errors reading weirdx.o > > This is on i686-pc-linux-gnu, GCC 3.2. I can't remember whether or > not these have been brought up before, but I wanted to mention them in > case they hadn't. They're related to the change to make GDB print the thread library it loads. Elena's got the first one covered (patch pending TM). The second one still needs looking at. Andrew