1999-05-03 15:29:11 +08:00
|
|
|
#define TE_PE
|
2002-11-07 03:36:20 +08:00
|
|
|
#define LEX_AT (LEX_BEGIN_NAME | LEX_NAME) /* Can have @'s inside labels. */
|
1999-05-03 15:29:11 +08:00
|
|
|
|
|
|
|
/* The PE format supports long section names. */
|
|
|
|
#define COFF_LONG_SECTION_NAMES
|
|
|
|
|
|
|
|
#include "obj-format.h"
|