From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3469 invoked by alias); 22 Apr 2005 20:00:48 -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 3451 invoked from network); 22 Apr 2005 20:00:44 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 22 Apr 2005 20:00:44 -0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j3MK0aDq013038; Fri, 22 Apr 2005 22:00:36 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j3MK0aUd022648; Fri, 22 Apr 2005 22:00:36 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j3MK0VYU002728; Fri, 22 Apr 2005 22:00:31 +0200 (CEST) Date: Fri, 22 Apr 2005 20:00:00 -0000 Message-Id: <200504222000.j3MK0VYU002728@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: davem@davemloft.net CC: gdb-patches@sourceware.org In-reply-to: <20050422120514.5bb0a802.davem@davemloft.net> Subject: Re: [COMMIT] Disentangle SPARC Linux from Solaris References: <200504221907.j3MJ7APM000140@elgar.sibelius.xs4all.nl> <20050422120514.5bb0a802.davem@davemloft.net> X-SW-Source: 2005-04/txt/msg00288.txt.bz2 Date: Fri, 22 Apr 2005 12:05:14 -0700 From: "David S. Miller" On Fri, 22 Apr 2005 21:07:10 +0200 (CEST) Mark Kettenis wrote: > It doesn't really make sense anymore for the Linux targets to be based > on thee Solaris targets. I know you were going to do this and was concerned you'd forget the necessary config/sparc/linux*.mt changes, which you did :-) I should have mentioned my premonition last night. Will you take care of it or should I? Actually, I left sparc-sol2-tdep.c and sparc64-sol2-tdep.c in there on purpose. That way you can use the same gdb to debug Solaris binaries too ;-). We're slowly moving into the direction of having a single gdb that can debug basically everything. Mark