diff options
author | Steve Chamberlain <steve@cygnus> | 1991-11-04 01:25:42 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-11-04 01:25:42 +0000 |
commit | c02e12c0ecd352e8afab06259358eb9bcfc4bb55 (patch) | |
tree | a20cd1be6ff87dd2b2c9e74504bdceb433b6652b /gdb/config | |
parent | de2fae228783b26933ac42576aeb17a53c8bfcfa (diff) | |
download | gdb-c02e12c0ecd352e8afab06259358eb9bcfc4bb55.zip gdb-c02e12c0ecd352e8afab06259358eb9bcfc4bb55.tar.gz gdb-c02e12c0ecd352e8afab06259358eb9bcfc4bb55.tar.bz2 |
Initial revision
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386aout.mt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/i386aout.mt b/gdb/config/i386aout.mt new file mode 100644 index 0000000..1025038 --- /dev/null +++ b/gdb/config/i386aout.mt @@ -0,0 +1,4 @@ +# Target: Intel 386 with a.out + +TDEPFILES= exec.o i386-tdep.o i386-pinsn.o +TM_FILE= tm-i386v-g.h |