* configure.in: Change "idt" config to a generic "embed" config
authorRob Savoye <rob@cygnus>
Sat, 18 Nov 1995 00:25:35 +0000 (00:25 +0000)
committerRob Savoye <rob@cygnus>
Sat, 18 Nov 1995 00:25:35 +0000 (00:25 +0000)
commit7bb5e831919bf6dc8db3aabfaa2345fbc07eb195
tree113776aaf2a1100247f1639112e76a36887359d7
parent535e9e2943519be69a66ccfad5b1cdf42601d71a
* 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.
20 files changed:
gdb/config/mips/.Sanitize
gdb/config/mips/embed.mt [new file with mode: 0644]
gdb/config/mips/embed64.mt [new file with mode: 0644]
gdb/config/mips/embedl.mt [new file with mode: 0644]
gdb/config/mips/embedl64.mt [new file with mode: 0644]
gdb/config/mips/idt.mt [deleted file]
gdb/config/mips/idt64.mt [deleted file]
gdb/config/mips/idtl.mt [deleted file]
gdb/config/mips/idtl64.mt [deleted file]
gdb/config/mips/tm-embed.h [new file with mode: 0644]
gdb/config/mips/tm-embed64.h [new file with mode: 0644]
gdb/config/mips/tm-embedl.h [new file with mode: 0644]
gdb/config/mips/tm-embedl64.h [new file with mode: 0644]
gdb/config/mips/tm-idt.h [deleted file]
gdb/config/mips/tm-idt64.h [deleted file]
gdb/config/mips/tm-idtl.h [deleted file]
gdb/config/mips/tm-idtl64.h [deleted file]
gdb/configure
gdb/configure.in
gdb/remote-array.c
This page took 0.025461 seconds and 4 git commands to generate.