diff options
author | Kung Hsu <kung@cygnus> | 1994-03-01 01:57:46 +0000 |
---|---|---|
committer | Kung Hsu <kung@cygnus> | 1994-03-01 01:57:46 +0000 |
commit | 2fa73738cf209d54339b057f5e0fcdd879ba2ba4 (patch) | |
tree | 71d0a4c5cd7bcc90cdf2033fae5b8c589764d2ad /gdb/config/i386/i386os9k.mt | |
parent | fcd19da32f43210c7b7c7579e5c46bc9eb11fb95 (diff) | |
download | gdb-2fa73738cf209d54339b057f5e0fcdd879ba2ba4.zip gdb-2fa73738cf209d54339b057f5e0fcdd879ba2ba4.tar.gz gdb-2fa73738cf209d54339b057f5e0fcdd879ba2ba4.tar.bz2 |
Added Files:
i386os9k.mt tm-i386os9k.h
* i386os9k.mt: newly add i386/os9000 make file.
* tm-i386os9k.h: newly add i386/os9000 target dependent .h file.
Diffstat (limited to 'gdb/config/i386/i386os9k.mt')
-rw-r--r-- | gdb/config/i386/i386os9k.mt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/i386/i386os9k.mt b/gdb/config/i386/i386os9k.mt new file mode 100644 index 0000000..78ae18b --- /dev/null +++ b/gdb/config/i386/i386os9k.mt @@ -0,0 +1,3 @@ +# Target: Intel 386 running BSD +TDEPFILES= exec.o i386-tdep.o i386-pinsn.o remote-os9k.o +TM_FILE= tm-i386os9k.h |