diff options
Diffstat (limited to 'gdb/config/i386/i386aix.mt')
-rw-r--r-- | gdb/config/i386/i386aix.mt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/config/i386/i386aix.mt b/gdb/config/i386/i386aix.mt new file mode 100644 index 00000000000..12e0e1fc79a --- /dev/null +++ b/gdb/config/i386/i386aix.mt @@ -0,0 +1,7 @@ +# This port, for aix ps/2 (i386), will allow you to debug the coff +# output generated gcc-2.3.3 + gas. It will not understand IBM's +# proprietary debug info. +# +# Target: IBM PS/2 (i386) running AIX PS/2 +TDEPFILES= i386-tdep.o i387-tdep.o +TM_FILE= tm-i386aix.h |