]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/contrib/binutils/gas/config/te-pe.h
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / contrib / binutils / gas / config / te-pe.h
1 #define TE_PE
2 #define LEX_AT (LEX_BEGIN_NAME | LEX_NAME) /* Can have @'s inside labels.  */
3
4 /* The PE format supports long section names.  */
5 #define COFF_LONG_SECTION_NAMES
6
7 #include "obj-format.h"