mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
e9f56b1d20
* config/te-go32.h (COFF_LONG_SECTION_NAMES): Define.
19 lines
320 B
C
19 lines
320 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"
|