Browse Source
does not actually work, though: * configure.in (i386-sequent-bsd*): New target. * configure: Rebuild. * config/tc-dynix.h: New file. * config/tc-i386.h: Define TARGET_FORMAT if TE_DYNIX.gdb-4_18-branch
3 changed files with 15 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
/* This is for i386-sequent-bsd. The assembler probably does not
|
|||
actually work, as the support in BFD is not complete as of this |
|||
writing. See bfd/i386-dynix.c. */ |
|||
|
|||
#define TE_DYNIX 1 |
|||
|
|||
#include "obj-format.h" |
|||
Loading…
Reference in new issue