diff options
author | John Gilmore <gnu@cygnus> | 1992-08-28 04:59:03 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-08-28 04:59:03 +0000 |
commit | 500516d3cbbca403eec1fb2e15d3dabbf2739d2a (patch) | |
tree | 5ed5a8fbf2c2040c22120182d77b823276d4d022 | |
parent | ef131e13159a6d2825d4ae0dd93587bcc8a9c8eb (diff) | |
download | gdb-500516d3cbbca403eec1fb2e15d3dabbf2739d2a.zip gdb-500516d3cbbca403eec1fb2e15d3dabbf2739d2a.tar.gz gdb-500516d3cbbca403eec1fb2e15d3dabbf2739d2a.tar.bz2 |
* tm-altosgas.h, tm-i386v-g.h: Remove ancient coff encap configs.
* config/{altosgas.mt, i386v-g.mt, i386v32-g.mt}: Ditto.
* config/{i386sco.mt,i386v32.mt}: Remove; identical to i386v.mt.
* config/{go32.mt,i960.mt}: Remove; they only printed error msgs.
* config/nindy960.mt: Remove useless MT_CFLAGS setting.
* config/i386aout.mt: Use tm-i386v.h, not tm-i386v-g.h.
-rw-r--r-- | gdb/config/i386aout.mt | 2 | ||||
-rw-r--r-- | gdb/config/nindy960.mt | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/gdb/config/i386aout.mt b/gdb/config/i386aout.mt index 1025038..4bfa353 100644 --- a/gdb/config/i386aout.mt +++ b/gdb/config/i386aout.mt @@ -1,4 +1,4 @@ # Target: Intel 386 with a.out TDEPFILES= exec.o i386-tdep.o i386-pinsn.o -TM_FILE= tm-i386v-g.h +TM_FILE= tm-i386v.h diff --git a/gdb/config/nindy960.mt b/gdb/config/nindy960.mt index d04818f..fc12348 100644 --- a/gdb/config/nindy960.mt +++ b/gdb/config/nindy960.mt @@ -1,4 +1,3 @@ # Target: Intel 80960, in an embedded system under the NINDY monitor TDEPFILES= exec.o i960-pinsn.o i960-tdep.o nindy-tdep.o remote-nindy.o nindy.o Onindy.o ttybreak.o ttyflush.o TM_FILE= tm-nindy960.h -MT_CFLAGS= |