diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-04-09 15:04:52 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-04-09 15:04:52 +0000 |
commit | e083e6ec57ce717ef39cddd78bc3287606274f6f (patch) | |
tree | 73a0dfcc45b5c7592fcb5f7a75772e4c216fad15 | |
parent | bd153b943319cec2fa7ad264bb45c28c210dd1ad (diff) | |
download | fsf-binutils-gdb-e083e6ec57ce717ef39cddd78bc3287606274f6f.zip fsf-binutils-gdb-e083e6ec57ce717ef39cddd78bc3287606274f6f.tar.gz fsf-binutils-gdb-e083e6ec57ce717ef39cddd78bc3287606274f6f.tar.bz2 |
* config/i386/i386aout.mt: Remove file.
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/config/i386/i386aout.mt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 869e883..bd9aa20 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2004-04-09 Mark Kettenis <kettenis@gnu.org> + * config/i386/i386aout.mt: Remove file. + * configure.tgt: Remove i[34567]86-*-go32*, i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv* and i[34567]86-*-isc*. Set gdb_target to i386 for diff --git a/gdb/config/i386/i386aout.mt b/gdb/config/i386/i386aout.mt deleted file mode 100644 index 67b4c2e..0000000 --- a/gdb/config/i386/i386aout.mt +++ /dev/null @@ -1,2 +0,0 @@ -# Target: Intel 386 with a.out -TDEPFILES= i386-tdep.o i387-tdep.o |