diff options
Diffstat (limited to 'gas/config/te-go32.h')
-rw-r--r-- | gas/config/te-go32.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/config/te-go32.h b/gas/config/te-go32.h new file mode 100644 index 0000000..e30eecc --- /dev/null +++ b/gas/config/te-go32.h @@ -0,0 +1,11 @@ +/* + * This file is te-go32.h + */ + +#define LOCAL_LABELS_DOLLAR +#define LOCAL_LABELS_FB + +#define TARGET_FORMAT "coff-go32" + +/* these define interfaces */ +#include "obj-format.h" |