From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3220 invoked by alias); 29 Nov 2004 15:21:06 -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 2491 invoked from network); 29 Nov 2004 15:20:48 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 29 Nov 2004 15:20:48 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iATFKmle028720 for ; Mon, 29 Nov 2004 10:20:48 -0500 Received: from localhost.redhat.com (vpn50-72.rdu.redhat.com [172.16.50.72]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iATFKlr10357; Mon, 29 Nov 2004 10:20:47 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D5005129D8C; Mon, 29 Nov 2004 10:20:00 -0500 (EST) Message-ID: <41AB3E1D.90306@gnu.org> Date: Mon, 29 Nov 2004 15:21:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Daniel Jacobowitz , Jerome Guitton Cc: gdb-patches@sources.redhat.com, Elena Zannoni Subject: Re: [RFA/testsuite] Ada fixed points [was stabs: octal negative numbers] References: <20041026173953.GA31663@act-europe.fr> <20041123140912.GA16691@adacore.com> <16803.18707.377459.922918@localhost.redhat.com> <20041123143812.GJ15300@adacore.com> <20041125192038.GA20252@adacore.com> <20041128174901.GD24639@nevyn.them.org> <20041129102424.GJ20670@adacore.com> <20041129134231.GA29157@nevyn.them.org> In-Reply-To: <20041129134231.GA29157@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg00518.txt.bz2 Daniel Jacobowitz wrote: > On Mon, Nov 29, 2004 at 11:24:24AM +0100, Jerome Guitton wrote: > >>Daniel Jacobowitz (drow@false.org): >> >> >>>Please don't hardcode "run". Can you use >>> "runto ${srcfile}:$bp_location" >>>instead of these two lines? >> >>>Please add a copyright notice to this file. >> >>Daniel, >> >>Thank you for your review. I fixed these two problems; new files in >>attachment. OK now? > > > Yes, this testcase is OK. Thanks! Sigh. Jerome, Daniel, If this test is instead added to the gdb.stabs directory we'll get far better mileage - few, if anyone, has an Ada compiler, yet almost everyone has the ability to build/run the gdb.stabs testsuite. Andrew