diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-04 18:55:35 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-04 18:55:35 +0000 |
commit | 6e8c2c062782c2581649b5466b0796514783e864 (patch) | |
tree | 1cd5a44db882d78627c7bc13405db44cceaa7034 /gdb/config/mips/embedl64.mt | |
parent | 3a3bc038c6dd5faa235dc1a13415ed1f0215c06d (diff) | |
download | gdb-6e8c2c062782c2581649b5466b0796514783e864.zip gdb-6e8c2c062782c2581649b5466b0796514783e864.tar.gz gdb-6e8c2c062782c2581649b5466b0796514783e864.tar.bz2 |
2003-09-04 Andrew Cagney <cagney@redhat.com>
* configure.tgt: Add "mips64*-*-*" target. Delete
mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*,
mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*,
mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*,
mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*,
mips*-sony-*, and mips64*-*-elf* targets.
* config/mips/embedl.mt: Delete file.
* config/mips/embedl64.mt: Delete file.
* config/mips/mips.mt: Delete file.
* config/mips/mips64.mt: Delete file.
* config/mips/tm-embed.h: Delete file.
* config/mips/embed.mt (TM_FILE): Set to "tm-mips.h".
* config/mips/embed64.mt: Delete out-of-date comment.
Diffstat (limited to 'gdb/config/mips/embedl64.mt')
-rw-r--r-- | gdb/config/mips/embedl64.mt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/config/mips/embedl64.mt b/gdb/config/mips/embedl64.mt deleted file mode 100644 index aee68ae..0000000 --- a/gdb/config/mips/embedl64.mt +++ /dev/null @@ -1,5 +0,0 @@ -# Target: Big-endian mips board, typically an IDT. -TDEPFILES= mips-tdep.o remote-mips.o -TM_FILE= tm-mips64.h -SIM_OBS = remote-sim.o -SIM = ../sim/mips/libsim.a |