diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-02-14 23:40:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-02-14 23:40:49 +0000 |
commit | f5ed78de1f40836f2e6d8f529107c3620f25ad0c (patch) | |
tree | 5225fb446f6c36b2aafd35af827c69c6d9a95968 /gas/config | |
parent | b253dcffc8f489bc07b12cb66db9d98ec342c1e5 (diff) | |
download | gdb-f5ed78de1f40836f2e6d8f529107c3620f25ad0c.zip gdb-f5ed78de1f40836f2e6d8f529107c3620f25ad0c.tar.gz gdb-f5ed78de1f40836f2e6d8f529107c3620f25ad0c.tar.bz2 |
Based on notes from Peter Eriksson <peter@ifm.liu.se>. The target
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.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/.Sanitize | 1 | ||||
-rw-r--r-- | gas/config/te-dynix.h | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index 65a123a..28badc2 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -153,6 +153,7 @@ te-aux.h te-delta.h te-delt88.h te-dpx2.h +te-dynix.h te-generic.h te-go32.h te-hp300.h 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" |