From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25211 invoked by alias); 31 Oct 2004 15:58:20 -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 25204 invoked from network); 31 Oct 2004 15:58:19 -0000 Received: from unknown (HELO localhost.redhat.com) (24.42.65.225) by sourceware.org with SMTP; 31 Oct 2004 15:58:19 -0000 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 4BF1F129D8C; Sun, 31 Oct 2004 10:58:02 -0500 (EST) Message-ID: <41850B86.5060306@gnu.org> Date: Sun, 31 Oct 2004 15:58:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Mark Kettenis Cc: joseph@codesourcery.com, gdb-patches@sources.redhat.com Subject: Re: [COMMIT] Prepare Solaris x86 for 64-bit Solaris 10 References: <200410301950.i9UJorQL009142@elgar.sibelius.xs4all.nl> <4183F11A.6090802@gnu.org> <200410302113.i9ULDPPR009389@elgar.sibelius.xs4all.nl> <418400B0.50006@gnu.org> <200410311535.i9VFZCxv001928@elgar.sibelius.xs4all.nl> In-Reply-To: <200410311535.i9VFZCxv001928@elgar.sibelius.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00534.txt.bz2 Mark Kettenis wrote: > Date: Sat, 30 Oct 2004 16:59:28 -0400 > From: Andrew Cagney > > What we're not going to add is screwed up #include inheritance, can you > revert that? > > Damn. I'd hoped I could get away with that. Well, here's a different > approach. Spreads the logic over two files so it becomes a bit more > difficult to keep things in synch. What ever. I'd recommend the strategy I took for inf-ptrace, cut your losses and start again. Create inf-procfs and from there inf-svr4 and finally the solaris stuff you need. Andrew