From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21267 invoked by alias); 30 Oct 2004 21:13:34 -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 21248 invoked from network); 30 Oct 2004 21:13:33 -0000 Received: from unknown (HELO walton.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 30 Oct 2004 21:13:33 -0000 Received: from elgar.sibelius.xs4all.nl (elgar.sibelius.xs4all.nl [192.168.0.2]) by walton.sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id i9ULDURq002071; Sat, 30 Oct 2004 23:13:30 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (localhost [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6) with ESMTP id i9ULDUpl009394; Sat, 30 Oct 2004 23:13:30 +0200 (CEST) (envelope-from kettenis@elgar.sibelius.xs4all.nl) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6/Submit) id i9ULDPPR009389; Sat, 30 Oct 2004 23:13:25 +0200 (CEST) Date: Sat, 30 Oct 2004 21:13:00 -0000 Message-Id: <200410302113.i9ULDPPR009389@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: cagney@gnu.org CC: gdb-patches@sources.redhat.com In-reply-to: <4183F11A.6090802@gnu.org> (message from Andrew Cagney on Sat, 30 Oct 2004 15:52:58 -0400) Subject: Re: [COMMIT] Prepare Solaris x86 for 64-bit Solaris 10 References: <200410301950.i9UJorQL009142@elgar.sibelius.xs4all.nl> <4183F11A.6090802@gnu.org> X-SW-Source: 2004-10/txt/msg00512.txt.bz2 Date: Sat, 30 Oct 2004 15:52:58 -0400 From: Andrew Cagney Mark Kettenis wrote: > Including a .c file is perhaps a bit unorthodox, but this really is > the most elegant way I can think of to solve the issue with the > upcoming 64-bit Solaris 10. Why not have 368-sol2-nat inherit i386v4-nat's target vector? There's nothing there to inherit :-(. I'm still thinking about the proper way to regset-ize fill_gregset(), fill_fpregset(), supply_gregset() and supply_fpregset() in relation to the SVR4-like /proc filesystem. Oh, and I'm slowly beating the /proc support into shape such that I can it can be inherited. Will take some time though before this becomes reality. Cheers, Mark