]>
Commit | Line | Data |
---|---|---|
5e6cbf41 | 1 | /* This file is te-go32.h */ |
252b5132 RH |
2 | |
3 | #define TE_GO32 | |
4 | ||
5 | #define LOCAL_LABELS_DOLLAR 1 | |
6 | #define LOCAL_LABELS_FB 1 | |
7 | ||
8 | #define TARGET_FORMAT "coff-go32" | |
9 | ||
5e6cbf41 | 10 | /* GAS should treat '.align value' as an alignment of 2**value. */ |
252b5132 RH |
11 | #define USE_ALIGN_PTWO |
12 | ||
e9f56b1d ILT |
13 | #define COFF_LONG_SECTION_NAMES |
14 | ||
252b5132 RH |
15 | /* these define interfaces */ |
16 | #include "obj-format.h" |