From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13677 invoked by alias); 17 Sep 2006 14:52:33 -0000 Received: (qmail 13669 invoked by uid 22791); 17 Sep 2006 14:52:33 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Sun, 17 Sep 2006 14:52:31 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1GOy0S-0005MA-L4; Sun, 17 Sep 2006 10:52:28 -0400 Date: Sun, 17 Sep 2006 14:52:00 -0000 From: Daniel Jacobowitz To: Cai Qian Cc: gdb@sourceware.org Subject: Re: Support New Target in GDB Message-ID: <20060917145227.GA20558@nevyn.them.org> Mail-Followup-To: Cai Qian , gdb@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00090.txt.bz2 On Sun, Sep 17, 2006 at 02:16:55PM +0100, Cai Qian wrote: > I suppose ARC has already been supported by BFD, so I have followed > instructions here > http://sources.redhat.com/gdb/current/onlinedocs/gdbint_9.html#SEC83 > > In addtion, I have modified gdb/Makefile.in to add rule for > arc-tdep.o. are there other things missing? Pick some other target, and search for places it is handled. The next that I can think of is gdb/configure.tgt. -- Daniel Jacobowitz CodeSourcery