aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/config/mt/mt.mt2
-rw-r--r--gdb/configure.tgt3
3 files changed, 8 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 29a3c08..d17689e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
+
+ * configure.tgt: Replace ms1 arch with mt arch.
+ * config/mt: Renamed from ms1 dir. Update file names as needed.
+ * config/mt/mt.mt (TDEPFILES): Replace ms1 file with mt file.
+
2005-12-09 Randolph Chung <tausq@debian.org>
PR corefiles/2026
diff --git a/gdb/config/mt/mt.mt b/gdb/config/mt/mt.mt
index 18ce1ab..998d997 100644
--- a/gdb/config/mt/mt.mt
+++ b/gdb/config/mt/mt.mt
@@ -1,2 +1,2 @@
# Target: Morpho Technologies ms1 processor
-TDEPFILES= ms1-tdep.o
+TDEPFILES= mt-tdep.o
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 052c1a6..d305b68 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -20,7 +20,6 @@ m68hc11*|m6811*) gdb_target_cpu=m68hc11 ;;
m68*) gdb_target_cpu=m68k ;;
m88*) gdb_target_cpu=m88k ;;
mips*) gdb_target_cpu=mips ;;
-ms1*) gdb_target_cpu=ms1 ;;
powerpc*) gdb_target_cpu=powerpc ;;
sparc*) gdb_target_cpu=sparc ;;
thumb*) gdb_target_cpu=arm ;;
@@ -145,7 +144,7 @@ mips*-*-*) gdb_target=embed ;;
mn10300-*-*) gdb_target=mn10300 ;;
-ms1-*-*) gdb_target=ms1 ;;
+mt-*-*) gdb_target=mt ;;
powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu)
gdb_target=nbsd ;;