From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9492 invoked by alias); 4 Sep 2003 17:24:27 -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 9482 invoked from network); 4 Sep 2003 17:24:26 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 4 Sep 2003 17:24:26 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 827102B7F; Thu, 4 Sep 2003 13:24:27 -0400 (EDT) Message-ID: <3F57754B.6090603@redhat.com> Date: Thu, 04 Sep 2003 17:24: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: Michael Elizabeth Chastain Cc: kettenis@chello.nl, msnyder@redhat.com, cgd@broadcom.com, ezannoni@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [rfa:threads] Report when using libthread_db References: <200308230148.h7N1mrAB020524@duracef.shout.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00042.txt.bz2 > Tested on native i686-pc-linux-gnu, red hat linux 8, > gcc v2 and v3, dwarf-2 and stabs+. > > The extra messages cause regressions in three tests: > > gdb.base/relocate.exp: add-symbol-file relocate.o $offset > gdb.base/relocate.exp: add-symbol-file relocate.o 0 > gdb.stabs/weird.exp: Errors reading weirdx.o > > The relocate.exp FAILs happened in every configuration, > and the weird.exp FAILs happened with -gstabs+. > > Looking at gdb.log there doesn't appear to be an actual semantic > problem. Still I would be nervous about sliding this into the release. > How about HEAD only, and then fix up the affected tests? Good idea. I've committed it to head. Now to find a m/c with the problems. Andrew