From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2776 invoked by alias); 11 Oct 2007 14:23:20 -0000 Received: (qmail 2767 invoked by uid 22791); 11 Oct 2007 14:23:19 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 11 Oct 2007 14:22:46 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 41E91981F3; Thu, 11 Oct 2007 14:22:45 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 18728981F2; Thu, 11 Oct 2007 14:22:45 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1Ifyw0-0004k0-9H; Thu, 11 Oct 2007 10:22:44 -0400 Date: Thu, 11 Oct 2007 14:24:00 -0000 From: Daniel Jacobowitz To: Kazu Hirata Cc: gdb-patches@sourceware.org Subject: Re: [patch] Add support for fido. Message-ID: <20071011142244.GA18154@caradoc.them.org> Mail-Followup-To: Kazu Hirata , gdb-patches@sourceware.org References: <200710071812.l97ICXJL012414@sparrowhawk.codesourcery.com> <20071008234847.GA12868@caradoc.them.org> <470E3107.30806@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <470E3107.30806@codesourcery.com> User-Agent: Mutt/1.5.15 (2007-04-09) 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: 2007-10/txt/msg00284.txt.bz2 On Thu, Oct 11, 2007 at 10:19:51AM -0400, Kazu Hirata wrote: > Hi Daniel, > > >> Attached is a patch to support for fido. > >> > >> Tested by running Hello, world from gdb. OK to apply? > > Does this simpler version work? > >> +fido*) gdb_target_cpu=m68k ;; > > Keep this. > >> +fido-*-elf*) gdb_target=fido ;; > > gdb_target=monitor > > Yes, it does. OK with that change (and without fido.mt)? Yes, thanks. -- Daniel Jacobowitz CodeSourcery