diff options
author | Rob Savoye <rob@cygnus> | 1995-11-18 00:25:35 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1995-11-18 00:25:35 +0000 |
commit | 7bb5e831919bf6dc8db3aabfaa2345fbc07eb195 (patch) | |
tree | 113776aaf2a1100247f1639112e76a36887359d7 /gdb/config | |
parent | 535e9e2943519be69a66ccfad5b1cdf42601d71a (diff) | |
download | gdb-7bb5e831919bf6dc8db3aabfaa2345fbc07eb195.zip gdb-7bb5e831919bf6dc8db3aabfaa2345fbc07eb195.tar.gz gdb-7bb5e831919bf6dc8db3aabfaa2345fbc07eb195.tar.bz2 |
* configure.in: Change "idt" config to a generic "embed" config
for all mips*-*-ecoff or elf configurations.
* configure: Regenerate using autoconf 2.4.
* config/mips/{idt*.mt,tm-idt*.h}: Rename to "idt" part of the
name to "embed". Build remote-array.o along with IDT protocols.
* remote-array.c: Nuke setting the serial port to 4800 baud.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/mips/.Sanitize | 16 | ||||
-rw-r--r-- | gdb/config/mips/embed.mt | 3 | ||||
-rw-r--r-- | gdb/config/mips/embed64.mt | 3 | ||||
-rw-r--r-- | gdb/config/mips/embedl.mt | 3 | ||||
-rw-r--r-- | gdb/config/mips/embedl64.mt | 3 | ||||
-rw-r--r-- | gdb/config/mips/idt.mt | 3 | ||||
-rw-r--r-- | gdb/config/mips/idt64.mt | 3 | ||||
-rw-r--r-- | gdb/config/mips/idtl.mt | 3 | ||||
-rw-r--r-- | gdb/config/mips/idtl64.mt | 3 | ||||
-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 |