aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2014-12-29 00:42:55 -0500
committerAnthony Green <green@moxielogic.com>2014-12-29 00:42:55 -0500
commit91529dc5ce73dffdf76f842c4ca2003cbddc665f (patch)
tree720f8281712b6f70f9cf40082b1d116960c6d554
parent5e05f2482b35d8ae0c64f8e69c00f3aa9b93eed3 (diff)
downloadgdb-91529dc5ce73dffdf76f842c4ca2003cbddc665f.zip
gdb-91529dc5ce73dffdf76f842c4ca2003cbddc665f.tar.gz
gdb-91529dc5ce73dffdf76f842c4ca2003cbddc665f.tar.bz2
Add moxiebox target support
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/configure.tgt2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 141aed8..f6ddc47 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-29 Anthony Green <green@moxielogic.com>
+
+ * configure.tgt: Add support for moxiebox target.
+
2014-12-27 Anthony Green <green@moxielogic.com>
* moxie-tdep.c (moxie_software_single_step): ldo/sto instructions
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
;;