From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1628 invoked by alias); 11 Oct 2007 14:20:10 -0000 Received: (qmail 1616 invoked by uid 22791); 11 Oct 2007 14:20:10 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 11 Oct 2007 14:20:02 +0000 Received: (qmail 10822 invoked from network); 11 Oct 2007 14:20:00 -0000 Received: from unknown (HELO ?192.168.1.136?) (kazu@127.0.0.2) by mail.codesourcery.com with ESMTPA; 11 Oct 2007 14:20:00 -0000 Message-ID: <470E3107.30806@codesourcery.com> Date: Thu, 11 Oct 2007 14:23:00 -0000 From: Kazu Hirata User-Agent: Thunderbird 2.0.0.5 (X11/20070727) MIME-Version: 1.0 To: Daniel Jacobowitz CC: gdb-patches@sourceware.org Subject: Re: [patch] Add support for fido. References: <200710071812.l97ICXJL012414@sparrowhawk.codesourcery.com> <20071008234847.GA12868@caradoc.them.org> In-Reply-To: <20071008234847.GA12868@caradoc.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00283.txt.bz2 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)? Kazu Hirata