From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2660 invoked by alias); 17 May 2002 22:40:11 -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 2650 invoked from network); 17 May 2002 22:40:07 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 17 May 2002 22:40:07 -0000 Received: from localhost.redhat.com (romulus.sfbay.redhat.com [172.16.27.251]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id PAA15773; Fri, 17 May 2002 15:40:03 -0700 (PDT) Received: by localhost.redhat.com (Postfix, from userid 469) id 9ABB010FC9; Fri, 17 May 2002 18:39:30 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15589.34466.457362.297379@localhost.redhat.com> Date: Fri, 17 May 2002 15:40:00 -0000 To: gdb-patches@sources.redhat.com Cc: Michael Snyder , mec@shout.net, gdb-patches@sources.redhat.com Subject: Re: Problem with altivec.h? [was: Elena -- where is altivec.h?] In-Reply-To: <15589.25577.296451.220526@localhost.redhat.com> References: <3CE5600E.E76876B6@redhat.com> <15589.25577.296451.220526@localhost.redhat.com> X-SW-Source: 2002-05/txt/msg00765.txt.bz2 Elena Zannoni writes: > Michael Snyder writes: > > Hi, > > > > gdb.arch refers to this file, but I can't find it. > > > > Michael > > It's in gcc/config/rs6000 I think. If not it's somewhere close to that. > It's in gcc definitely. > > Elena MichaelS reminded me (private e-mail) that we cannot have gcc files being required by the gdb tree. I guess we should make our own copy of altivec.h? In case this is not obvious, the altivec C testsfiles (or any altivec programs) need to include this gcc file because it has all the necessary #defines for vector types. I could just add a copy to the gdb.arch directory. or include/gdb ? What's the procedure here? Elena