From: Kazu Hirata <kazu@codesourcery.com>
To: gdb-patches@sourceware.org
Subject: [patch] Add support for fido.
Date: Sun, 07 Oct 2007 18:12:00 -0000 [thread overview]
Message-ID: <200710071812.l97ICXJL012414@sparrowhawk.codesourcery.com> (raw)
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 <kazu@codesourcery.com>
* 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
next reply other threads:[~2007-10-07 18:12 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-07 18:12 Kazu Hirata [this message]
2007-10-08 23:57 ` Daniel Jacobowitz
2007-10-11 14:23 ` Kazu Hirata
2007-10-11 14:24 ` Daniel Jacobowitz
-- strict thread matches above, loose matches on Subject: below --
2006-12-26 2:03 Kazu Hirata
2006-12-26 6:18 ` Daniel Jacobowitz
2006-12-26 14:07 ` Mark Kettenis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200710071812.l97ICXJL012414@sparrowhawk.codesourcery.com \
--to=kazu@codesourcery.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox