From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31385 invoked by alias); 5 Nov 2004 08:51:25 -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 31373 invoked from network); 5 Nov 2004 08:51:24 -0000 Received: from unknown (HELO capitol.mail.pas.earthlink.net) (207.217.120.180) by sourceware.org with SMTP; 5 Nov 2004 08:51:24 -0000 Received: from ip216-26-76-19.dsl.du.teleport.com ([216.26.76.19] helo=stray.canids) by capitol.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1CPzoZ-0000gm-00 for gdb-patches@sources.redhat.com; Fri, 05 Nov 2004 00:51:23 -0800 Received: from stray.canids (localhost.localdomain [127.0.0.1]) by stray.canids (Postfix) with ESMTP id 4749750346B for ; Fri, 5 Nov 2004 00:51:23 -0800 (PST) From: Felix Lee To: gdb-patches@sources.redhat.com Subject: Re: backtrace changes current source location References: <20041026075115.4A2C354AAB5@stray.canids> <20041026132924.GA26886@nevyn.them.org> <20041026150127.6ED3E54AAB5@stray.canids> <417FDC11.7060700@gnu.org> <20041028005157.259D34E8F0A@stray.canids> <41825FD5.1030607@gnu.org> <20041029220723.CCE45501085@stray.canids> <4182D9AD.5010003@gnu.org> <20041030032828.DB2D2501085@stray.canids> <20041101043803.A261E50346B@stray.canids> <20041101161332.GA26751@nevyn.them.org> In-Reply-To: <20041101161332.GA26751@nevyn.them.org> on Mon, 01 Nov 2004 11:13:32 EST from Daniel Jacobowitz Date: Fri, 05 Nov 2004 08:51:00 -0000 Message-Id: <20041105085123.4749750346B@stray.canids> X-SW-Source: 2004-11/txt/msg00074.txt.bz2 ok, checking this in, with the changes mentioned below. Daniel Jacobowitz : > On Sun, Oct 31, 2004 at 08:38:03PM -0800, Felix Lee wrote: > > Index: gdb/testsuite/gdb.base/cursal.c > > =================================================================== > > RCS file: gdb/testsuite/gdb.base/cursal.c > > diff -N gdb/testsuite/gdb.base/cursal.c > > --- /dev/null 1 Jan 1970 00:00:00 -0000 > > +++ gdb/testsuite/gdb.base/cursal.c 31 Oct 2004 10:42:55 -0000 > > @@ -0,0 +1,19 @@ > > Current policy is that this needs to have a copyright notice, please. > > > +if {[gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != ""} { > > + gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail." > > +} > > > +if {! [runto_main]} { > > + gdb_suppress_tests > > +} > > + > > Also, don't use the *suppress* procedures - just return -1, and an > "untested" for the first one. > > -- > Daniel Jacobowitz