mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 08:47:41 +01:00
6809759e16
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15075 a95241bf-73f2-0310-859d-f6bbb57e9c96
17 lines
318 B
C
17 lines
318 B
C
/* This file is te-go32.h */
|
|
|
|
#define TE_GO32
|
|
|
|
#define LOCAL_LABELS_DOLLAR 1
|
|
#define LOCAL_LABELS_FB 1
|
|
|
|
#define TARGET_FORMAT "coff-go32"
|
|
|
|
/* GAS should treat '.align value' as an alignment of 2**value. */
|
|
#define USE_ALIGN_PTWO
|
|
|
|
#define COFF_LONG_SECTION_NAMES
|
|
|
|
/* these define interfaces */
|
|
#include "obj-format.h"
|