From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24290 invoked by alias); 14 Dec 2010 17:40:05 -0000 Received: (qmail 24083 invoked by uid 22791); 14 Dec 2010 17:40:03 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Dec 2010 17:39:57 +0000 Received: (qmail 2426 invoked from network); 14 Dec 2010 17:39:55 -0000 Received: from unknown (HELO orlando.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 14 Dec 2010 17:39:55 -0000 From: Pedro Alves To: Mike Frysinger Subject: Re: [PATCH v2] gdbserver: bfin: new port Date: Tue, 14 Dec 2010 17:40:00 -0000 User-Agent: KMail/1.13.5 (Linux/2.6.33-29-realtime; KDE/4.4.5; x86_64; ; ) Cc: gdb-patches@sourceware.org, Andrew Stubbs , toolchain-devel@blackfin.uclinux.org, Daniel Jacobowitz References: <1291886957-12003-1-git-send-email-vapier@gentoo.org> <201012141631.33866.pedro@codesourcery.com> <201012141157.49676.vapier@gentoo.org> In-Reply-To: <201012141157.49676.vapier@gentoo.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201012141739.52716.pedro@codesourcery.com> X-IsSubscribed: yes 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: 2010-12/txt/msg00247.txt.bz2 On Tuesday 14 December 2010 16:57:48, Mike Frysinger wrote: > thinking about it more, the gdb port atm doesnt support FDPIC. so if the only > contentious point of the gdbserver code is the FDPIC handling, then i can > simply drop that and revisit when the Blackfin/FDPIC core code is merged. I think that's the best approach. Would it be easy to split the linux bits out of gdb/bfin-tdep.c into gdb/bfin-linux-tdep.c? You could even push the bare metal (bfin-elf?) bits first without any linux bits as a first step. Please also get rid of gdb/config/bfin/bfin.mt -- .mt files have long since been eliminated from gdb, the code that would go there you already have in configure.tgt. -- Pedro Alves