From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29077 invoked by alias); 26 Apr 2002 20:28:31 -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 29058 invoked from network); 26 Apr 2002 20:28:24 -0000 Received: from unknown (HELO mail-out1.apple.com) (17.254.0.52) by sources.redhat.com with SMTP; 26 Apr 2002 20:28:24 -0000 Received: from mailgate2.apple.com (A17-129-100-225.apple.com [17.129.100.225]) by mail-out1.apple.com (8.11.3/8.11.3) with ESMTP id g3QKSOt26948 for ; Fri, 26 Apr 2002 13:28:24 -0700 (PDT) Received: from scv2.apple.com (scv2.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Fri, 26 Apr 2002 13:28:24 -0700 Received: from apple.com (vpn-gh-56.apple.com [17.254.136.55]) by scv2.apple.com (8.11.3/8.11.3) with ESMTP id g3QKSN301427; Fri, 26 Apr 2002 13:28:23 -0700 (PDT) Message-ID: <3CC9B863.6AABD20C@apple.com> Date: Fri, 26 Apr 2002 13:28:00 -0000 From: Stan Shebs X-Accept-Language: en MIME-Version: 1.0 To: Elena Zannoni CC: gdb@sources.redhat.com Subject: Re: Adding target specific tests References: <15561.39436.53833.917524@localhost.redhat.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00468.txt.bz2 Elena Zannoni wrote: > > I am about to add 2 new testfiles to the gdb testsuite. Both are > specific to Altivec. One is a generic test for the ABI (function calls > and return values), the other deals with the AltiVec registers. > > Where should I put them? I would suggest a gdb.arch or gdb.target for random target specific tests, and put the altivec tests directly in it, unless you anticipate scores or hundreds of altivec test files a la gdb.hp. Stan