summaryrefslogtreecommitdiff
path: root/gas/config/te-pep.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2006-09-20 11:35:11 +0000
committerNick Clifton <nickc@redhat.com>2006-09-20 11:35:11 +0000
commita52854628bf0794fad0be666a5e0db520b3d7883 (patch)
treeb528f722bd607a2230cf7f3d9c291f1beec00f5e /gas/config/te-pep.h
parenta12aaa55ff0ce510ddb52911d9b2f3d11bcffff6 (diff)
downloadbinutils-redhat-a52854628bf0794fad0be666a5e0db520b3d7883.tar.gz
Add x86_64-mingw64 target
Diffstat (limited to 'gas/config/te-pep.h')
-rw-r--r--gas/config/te-pep.h10
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 0000000000..164b22d984
--- /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"