From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15127 invoked by alias); 26 Apr 2002 18:19:22 -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 15103 invoked from network); 26 Apr 2002 18:19:20 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 26 Apr 2002 18:19:20 -0000 Received: from localhost.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id LAA27713 for ; Fri, 26 Apr 2002 11:19:18 -0700 (PDT) Received: by localhost.redhat.com (Postfix, from userid 469) id 340C010A8C; Fri, 26 Apr 2002 14:18:52 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15561.39436.53833.917524@localhost.redhat.com> Date: Fri, 26 Apr 2002 11:19:00 -0000 To: gdb@sources.redhat.com Subject: Adding target specific tests X-SW-Source: 2002-04/txt/msg00465.txt.bz2 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 was thinking of adding a gdb.altivec directory to gdb/testsuite. Or a gdb.powerpc? Or a gdb.regs and a gdb.abi? I really don't know what the best solution would be. These tests certainly cannot go in gdb.base. Ideas? Opinions? Elena