diff options
Diffstat (limited to 'gas/config/te-dynix.h')
-rw-r--r-- | gas/config/te-dynix.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/config/te-dynix.h b/gas/config/te-dynix.h new file mode 100644 index 0000000..9e7b30f --- /dev/null +++ b/gas/config/te-dynix.h @@ -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" |