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