From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2405 invoked by alias); 7 Oct 2007 18:12:39 -0000 Received: (qmail 2392 invoked by uid 22791); 7 Oct 2007 18:12:39 -0000 X-Spam-Check-By: sourceware.org Received: from gateway.codesourcery.com (HELO sparrowhawk.codesourcery.com) (65.74.133.9) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 07 Oct 2007 18:12:35 +0000 Received: from sparrowhawk.codesourcery.com (localhost.localdomain [127.0.0.1]) by sparrowhawk.codesourcery.com (8.13.1/8.13.1) with ESMTP id l97ICXjv012417 for ; Sun, 7 Oct 2007 11:12:33 -0700 Received: (from kazu@localhost) by sparrowhawk.codesourcery.com (8.13.1/8.13.1/Submit) id l97ICXJL012414; Sun, 7 Oct 2007 11:12:33 -0700 Date: Sun, 07 Oct 2007 18:12:00 -0000 Message-Id: <200710071812.l97ICXJL012414@sparrowhawk.codesourcery.com> From: Kazu Hirata To: gdb-patches@sourceware.org Subject: [patch] Add support for fido. 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/msg00100.txt.bz2 Hi, Attached is a patch to support for fido. Tested by running Hello, world from gdb. OK to apply? Kazu Hirata 2007-10-07 Kazu Hirata * configure.tgt: Recognize fido-*-elf. * config/m68k/fido.mt: New. Index: gdb/configure.tgt =================================================================== RCS file: /cvs/src/src/gdb/configure.tgt,v retrieving revision 1.189 diff -u -d -p -r1.189 configure.tgt --- gdb/configure.tgt 27 Apr 2007 13:19:48 -0000 1.189 +++ gdb/configure.tgt 7 Oct 2007 18:03:30 -0000 @@ -32,6 +32,7 @@ alpha*) gdb_target_cpu=alpha ;; am33_2.0*) gdb_target_cpu=mn10300 ;; arm*) gdb_target_cpu=arm ;; avr*) gdb_target_cpu=avr ;; +fido*) gdb_target_cpu=m68k ;; hppa*) gdb_target_cpu=pa ;; i[34567]86*) gdb_target_cpu=i386 ;; m68hc11*|m6811*) gdb_target_cpu=m68hc11 ;; @@ -94,6 +95,8 @@ avr-*-*) gdb_target=avr ;; cris*) gdb_target=cris ;; +fido-*-elf*) gdb_target=fido ;; + frv-*-*) gdb_target=frv ;; h8300-*-*) gdb_target=h8300 ;; --- /dev/null 2007-05-10 18:31:20.000000000 -0700 +++ gdb/config/m68k/fido.mt 2007-10-07 10:13:36.000000000 -0700 @@ -0,0 +1,2 @@ +# Target: Motorola m68k embedded (EST emulator, rom68k and bug monitors) +TDEPFILES= m68k-tdep.o monitor.o dbug-rom.o dsrec.o