diff options
Diffstat (limited to 'gas/config/te-pep.h')
-rw-r--r-- | gas/config/te-pep.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/config/te-pep.h b/gas/config/te-pep.h new file mode 100644 index 0000000..164b22d --- /dev/null +++ b/gas/config/te-pep.h @@ -0,0 +1,10 @@ +#define TE_PEP +#define COFF_WITH_pex64 + +#define TE_PE +#define LEX_AT (LEX_BEGIN_NAME | LEX_NAME) /* Can have @'s inside labels. */ + +/* The PE format supports long section names. */ +#define COFF_LONG_SECTION_NAMES + +#include "obj-format.h" |