summaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2013-06-25 01:16:31 +0000
committerKevin Buettner <kevinb@redhat.com>2013-06-25 01:16:31 +0000
commiteded4b816d7293af0015da8bf1e76ba1668f47f4 (patch)
treeb813807fffc0080e093f107b6a711183581cb375 /gdb/configure.tgt
parentbc8326fc6ab96b46400c415e2c50c3a984bfd503 (diff)
downloadgdb-eded4b816d7293af0015da8bf1e76ba1668f47f4.tar.gz
* Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
(ALLDEPFILES): Add msp430-tdep.c. * configure.tgt (msp430*-*-elf): New target. * msp430-tdep.c: New file.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r--gdb/configure.tgt5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index b0bee4757c2..260a0df7f98 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -391,6 +391,11 @@ mn10300-*-*)
gdb_sim=../sim/mn10300/libsim.a
;;
+msp430*-*-elf)
+ gdb_target_obs="msp430-tdep.o"
+ gdb_sim=../sim/msp430/libsim.a
+ ;;
+
mt-*-*)
# Target: Morpho Technologies ms1 processor
gdb_target_obs="mt-tdep.o"