1/* This file is te-go32.h */
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
10/* GAS should treat '.align value' as an alignment of 2**value.  */
11#define USE_ALIGN_PTWO
12
13#define COFF_LONG_SECTION_NAMES
14
15/* these define interfaces */
16#include "obj-format.h"
17