From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3575 invoked by alias); 24 Oct 2003 17:46:30 -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 3566 invoked from network); 24 Oct 2003 17:46:29 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sources.redhat.com with SMTP; 24 Oct 2003 17:46:29 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id NAA14808 for ; Fri, 24 Oct 2003 13:41:35 -0400 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id NAA08857; Fri, 24 Oct 2003 13:36:51 -0400 Message-ID: <089601c39a55$8d1de470$0202040a@catdog> From: "Kris Warkentin" To: "Daniel Jacobowitz" , "Gdb-Patches@Sources.Redhat.Com" References: <083101c39a45$57631cc0$0202040a@catdog> <20031024155907.GB27261@nevyn.them.org> Subject: Re: [patch] New testcase for PR:1291 Date: Fri, 24 Oct 2003 17:46:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-SW-Source: 2003-10/txt/msg00742.txt.bz2 > > main() > > { > > sub1(); > > sub2(); > > } > > A test which looks like this should not, I think, go in gdb.arch or be > skipped for non-SH. What you may want to do is leave it where it is > and write the testcase in assembly - that's what the gdb.arch directory > is for. See i386-prolouge.c. I think I need an executive decision here. A) move it and make it generic. B) leave it and write it in assembly. Pick one. cheers, Kris