diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-08-05 15:41:31 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-08-05 15:41:31 +0000 |
commit | 9750fcc50285f800fb0544098e1af2f11653828a (patch) | |
tree | 5a1e8f539b36ff33987106bd6771dad7a75039ff /gas/config/te-interix.h | |
parent | 7a7b06ef3de9fa4df10c0ad0f51c1d13946888c2 (diff) | |
download | gdb-9750fcc50285f800fb0544098e1af2f11653828a.zip gdb-9750fcc50285f800fb0544098e1af2f11653828a.tar.gz gdb-9750fcc50285f800fb0544098e1af2f11653828a.tar.bz2 |
1999-08-05 Donn Terry <donn@interix.com>
* config/te-interix.h: New file.
* configure.in (i386-*-interix*): New target.
* configure: Rebuild.
Diffstat (limited to 'gas/config/te-interix.h')
-rw-r--r-- | gas/config/te-interix.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/config/te-interix.h b/gas/config/te-interix.h new file mode 100644 index 0000000..1f6a367 --- /dev/null +++ b/gas/config/te-interix.h @@ -0,0 +1,14 @@ +#define TE_PE_DYN /* PE with dynamic linking (UNIX shared lib) support */ +#define TE_PE +#define LEX_AT 1 /* can have @'s inside labels */ +#define LEX_QM 3 /* can have ?'s in or begin labels */ + +/* The PE format supports long section names. */ +#define COFF_LONG_SECTION_NAMES + +/* Both architectures use these */ +#ifndef LOCAL_LABELS_FB +#define LOCAL_LABELS_FB 1 +#endif + +#include "obj-format.h" |