From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18376 invoked by alias); 29 Nov 2001 23:58:27 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 18355 invoked from network); 29 Nov 2001 23:58:26 -0000 Received: from unknown (HELO localhost.cygnus.com) (216.138.202.10) by hostedprojects.ges.redhat.com with SMTP; 29 Nov 2001 23:58:26 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 01DD93DE8; Thu, 29 Nov 2001 18:58:25 -0500 (EST) Message-ID: <3C06CBA1.4090209@cygnus.com> Date: Tue, 20 Nov 2001 10:59:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.3) Gecko/20011020 X-Accept-Language: en-us MIME-Version: 1.0 To: Kevin Buettner Cc: Daniel Jacobowitz , Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [RFA] W.I.P. AltiVec ppc registers support. References: <15365.39495.801289.497931@krustylu.cygnus.com> <1011129183830.ZM18856@ocotillo.lan> <15366.44991.616576.411278@krustylu.cygnus.com> <1011129222000.ZM19585@ocotillo.lan> <20011129174621.B15429@nevyn.them.org> <1011129231229.ZM19791@ocotillo.lan> <20011129183732.A17705@nevyn.them.org> <1011129234527.ZM19890@ocotillo.lan> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-11/txt/msg00371.txt.bz2 Message-ID: <20011120105900.zX47oMZJ2K7r14HnPivyuhirApXPq4fP8ARKtDhFG7Y@z> >> Nothing that abstracted. I copy the necessary type definitions and >> constants from target headers; they are "relatively" guaranteed never >> to change. It's a mess. > > > How does the "cross" part of it work then? Won't the sizes of the > fundamental types, struct alignment, etc. change depending upon > which host you compile it on? Um, isn't this exactly the same problem as for shared libraries? There the target stuff is described/coded in a host independant way. Andrew