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