public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Anthony Green <green@moxielogic.com>
To: gdb-patches@sourceware.org
Subject: [PATCH, moxie] Add moxiebox target support
Date: Mon, 29 Dec 2014 05:42:00 -0000	[thread overview]
Message-ID: <87k31bggg1.fsf@moxielogic.com> (raw)


The rest of the GNU toolchain has supported the moxiebox target for a
few months now.  Moxiebox is a moxie-based VM architecture used by the
bitcoin community, and it now supports the GDB remote protocol.  I'm
checking this change in...

Thanks!

AG


2014-12-29  Anthony Green  <green@moxielogic.com>

	* configure.tgt: Add support for moxiebox target.


diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 065e797..b2c752f 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -138,7 +138,7 @@ frv-*-*)
 	gdb_sim=../sim/frv/libsim.a
 	;;
 
-moxie-*-elf | moxie-*-rtems*)
+moxie-*-elf | moxie-*-moxiebox | moxie-*-rtems*)
 	gdb_target_obs="moxie-tdep.o"
 	gdb_sim=../sim/moxie/libsim.a
 	;;

                 reply	other threads:[~2014-12-29  5:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=87k31bggg1.fsf@moxielogic.com \
    --to=green@moxielogic.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).