From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8930 invoked by alias); 19 Sep 2002 23:43:25 -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 8697 invoked from network); 19 Sep 2002 23:43:22 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 19 Sep 2002 23:43:22 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g8JNQ2i12373 for ; Thu, 19 Sep 2002 19:26:02 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8JNhJx24153; Thu, 19 Sep 2002 19:43:20 -0400 Received: from romulus.sfbay.redhat.com (IDENT:QfZh5WSiRRsaq+pIX70Hpvr5n//ydxj2@romulus.sfbay.redhat.com [172.16.27.251]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g8JNhIC27666; Thu, 19 Sep 2002 16:43:19 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g8JNhHA21701; Thu, 19 Sep 2002 16:43:17 -0700 Date: Thu, 19 Sep 2002 16:43:00 -0000 From: Kevin Buettner Message-Id: <1020919234316.ZM21700@localhost.localdomain> In-Reply-To: Andrew Cagney "Re: weird.exp regression?" (Sep 19, 6:59pm) References: <1020919225252.ZM850@localhost.localdomain> <3D8A56B7.3080700@ges.redhat.com> To: Andrew Cagney Subject: Re: weird.exp regression? Cc: gdb@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00297.txt.bz2 On Sep 19, 6:59pm, Andrew Cagney wrote: > > Is > > > > FAIL: gdb.stabs/weird.exp: Errors reading weirdx.o > > > > a recent regression? > > > > It looks to me like an extra newline is being emitted after this message: > > > > Reading symbols from object.o...done. > > Quite possibly, does it happen with 5.3 branch? (Suspecting my > complaints() patch). It doesn't happen with the 5.3 branch. Kevin