From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24759 invoked by alias); 8 Oct 2007 23:48:54 -0000 Received: (qmail 24747 invoked by uid 22791); 8 Oct 2007 23:48:54 -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; Mon, 08 Oct 2007 23:48:49 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 655E898338; Mon, 8 Oct 2007 23:48:48 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 4E209980DD; Mon, 8 Oct 2007 23:48:48 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1If2L9-0003QL-GJ; Mon, 08 Oct 2007 19:48:47 -0400 Date: Mon, 08 Oct 2007 23:57:00 -0000 From: Daniel Jacobowitz To: Kazu Hirata Cc: gdb-patches@sourceware.org Subject: Re: [patch] Add support for fido. Message-ID: <20071008234847.GA12868@caradoc.them.org> Mail-Followup-To: Kazu Hirata , gdb-patches@sourceware.org References: <200710071812.l97ICXJL012414@sparrowhawk.codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200710071812.l97ICXJL012414@sparrowhawk.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/msg00184.txt.bz2 On Sun, Oct 07, 2007 at 11:12:33AM -0700, Kazu Hirata wrote: > Hi, > > 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 > --- /dev/null 2007-05-10 18:31:20.000000000 -0700 > +++ gdb/config/m68k/fido.mt 2007-10-07 10:13:36.000000000 -0700 Skip this file. The only thing we needed fido.mt for, originally, was HAVE_CONTINUABLE_WATCHPOINT. That is now effectively the default, so there shouldn't be any difference between this and a normal m68k-elf target. -- Daniel Jacobowitz CodeSourcery