aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/mips')
-rw-r--r--gdb/config/mips/.Sanitize16
-rw-r--r--gdb/config/mips/embed.mt3
-rw-r--r--gdb/config/mips/embed64.mt3
-rw-r--r--gdb/config/mips/embedl.mt3
-rw-r--r--gdb/config/mips/embedl64.mt3
-rw-r--r--gdb/config/mips/idt.mt3
-rw-r--r--gdb/config/mips/idt64.mt3
-rw-r--r--gdb/config/mips/idtl.mt3
-rw-r--r--gdb/config/mips/idtl64.mt3
-rw-r--r--gdb/config/mips/tm-embed.h (renamed from gdb/config/mips/tm-idt.h)0
-rw-r--r--gdb/config/mips/tm-embed64.h (renamed from gdb/config/mips/tm-idt64.h)0
-rw-r--r--gdb/config/mips/tm-embedl.h (renamed from gdb/config/mips/tm-idtl.h)0
-rw-r--r--gdb/config/mips/tm-embedl64.h (renamed from gdb/config/mips/tm-idtl64.h)0
13 files changed, 20 insertions, 20 deletions
diff --git a/gdb/config/mips/.Sanitize b/gdb/config/mips/.Sanitize
index c4c5bd2..07216cb 100644
--- a/gdb/config/mips/.Sanitize
+++ b/gdb/config/mips/.Sanitize
@@ -27,10 +27,10 @@ bigmips.mt
bigmips64.mt
decstation.mh
decstation.mt
-idt.mt
-idt64.mt
-idtl.mt
-idtl64.mt
+embed.mt
+embed64.mt
+embedl.mt
+embedl64.mt
irix3.mh
irix3.mt
irix4.mh
@@ -55,10 +55,10 @@ nm-sysv4.h
riscos.mh
tm-bigmips.h
tm-bigmips64.h
-tm-idt.h
-tm-idt64.h
-tm-idtl.h
-tm-idtl64.h
+tm-embed.h
+tm-embed64.h
+tm-embedl.h
+tm-embedl64.h
tm-irix3.h
tm-irix5.h
tm-mips.h
diff --git a/gdb/config/mips/embed.mt b/gdb/config/mips/embed.mt
new file mode 100644
index 0000000..7f57a48
--- /dev/null
+++ b/gdb/config/mips/embed.mt
@@ -0,0 +1,3 @@
+# Target: Big-endian mips board, typically an IDT.
+TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
+TM_FILE= tm-embed.h
diff --git a/gdb/config/mips/embed64.mt b/gdb/config/mips/embed64.mt
new file mode 100644
index 0000000..273d33b
--- /dev/null
+++ b/gdb/config/mips/embed64.mt
@@ -0,0 +1,3 @@
+# Target: Big-endian mips board, typically an IDT.
+TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
+TM_FILE= tm-embed64.h
diff --git a/gdb/config/mips/embedl.mt b/gdb/config/mips/embedl.mt
new file mode 100644
index 0000000..867b1fe
--- /dev/null
+++ b/gdb/config/mips/embedl.mt
@@ -0,0 +1,3 @@
+# Target: Big-endian mips board, typically an IDT.
+TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
+TM_FILE= tm-embedl.h
diff --git a/gdb/config/mips/embedl64.mt b/gdb/config/mips/embedl64.mt
new file mode 100644
index 0000000..89e3f93
--- /dev/null
+++ b/gdb/config/mips/embedl64.mt
@@ -0,0 +1,3 @@
+# Target: Big-endian mips board, typically an IDT.
+TDEPFILES= mips-tdep.o remote-mips.o remote-array.o
+TM_FILE= tm-embedl64.h
diff --git a/gdb/config/mips/idt.mt b/gdb/config/mips/idt.mt
deleted file mode 100644
index 0f11645..0000000
--- a/gdb/config/mips/idt.mt
+++ /dev/null
@@ -1,3 +0,0 @@
-# Target: Big-endian IDT board.
-TDEPFILES= mips-tdep.o remote-mips.o
-TM_FILE= tm-idt.h
diff --git a/gdb/config/mips/idt64.mt b/gdb/config/mips/idt64.mt
deleted file mode 100644
index b177f07..0000000
--- a/gdb/config/mips/idt64.mt
+++ /dev/null
@@ -1,3 +0,0 @@
-# Target: Big-endian IDT board.
-TDEPFILES= mips-tdep.o remote-mips.o
-TM_FILE= tm-idt64.h
diff --git a/gdb/config/mips/idtl.mt b/gdb/config/mips/idtl.mt
deleted file mode 100644
index 7dc0637..0000000
--- a/gdb/config/mips/idtl.mt
+++ /dev/null
@@ -1,3 +0,0 @@
-# Target: Big-endian IDT board.
-TDEPFILES= mips-tdep.o remote-mips.o
-TM_FILE= tm-idtl.h
diff --git a/gdb/config/mips/idtl64.mt b/gdb/config/mips/idtl64.mt
deleted file mode 100644
index 8391e5d..0000000
--- a/gdb/config/mips/idtl64.mt
+++ /dev/null
@@ -1,3 +0,0 @@
-# Target: Big-endian IDT board.
-TDEPFILES= mips-tdep.o remote-mips.o
-TM_FILE= tm-idtl64.h
diff --git a/gdb/config/mips/tm-idt.h b/gdb/config/mips/tm-embed.h
index f3d2cc8..f3d2cc8 100644
--- a/gdb/config/mips/tm-idt.h
+++ b/gdb/config/mips/tm-embed.h
diff --git a/gdb/config/mips/tm-idt64.h b/gdb/config/mips/tm-embed64.h
index 63296bb..63296bb 100644
--- a/gdb/config/mips/tm-idt64.h
+++ b/gdb/config/mips/tm-embed64.h
diff --git a/gdb/config/mips/tm-idtl.h b/gdb/config/mips/tm-embedl.h
index 361c9f9..361c9f9 100644
--- a/gdb/config/mips/tm-idtl.h
+++ b/gdb/config/mips/tm-embedl.h
diff --git a/gdb/config/mips/tm-idtl64.h b/gdb/config/mips/tm-embedl64.h
index 112ddd4..112ddd4 100644
--- a/gdb/config/mips/tm-idtl64.h
+++ b/gdb/config/mips/tm-embedl64.h