From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28979 invoked by alias); 5 Oct 2012 12:21:04 -0000 Received: (qmail 28957 invoked by uid 22791); 5 Oct 2012 12:21:01 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 05 Oct 2012 12:20:57 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C2D4A1C7A7C; Fri, 5 Oct 2012 08:20:56 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id DWQfDAkICkKk; Fri, 5 Oct 2012 08:20:56 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 68F8A1C791F; Fri, 5 Oct 2012 08:20:55 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 39455C54B2; Fri, 5 Oct 2012 14:20:44 +0200 (CEST) Date: Fri, 05 Oct 2012 12:21:00 -0000 From: Joel Brobecker To: Kaushik Phatak Cc: "gdb-patches@sourceware.org" Subject: Re: [RFA 3/5] New port: CR16: gdb port Message-ID: <20121005122044.GS3028@adacore.com> References: <20121004144806.GO3028@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-10/txt/msg00094.txt.bz2 > If you get time, could you point out which parts can be specifically moved > out into cr16-linux-tdep.c? I have kept that file to a bare minimum as of now. Unfortunately, I will likely not have time until the week after next. Anything that is specific to linux basically can be moved there. Take a look at how sparc is organized, or maybe (slightly more complex, I think) amd64. -- Joel