summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/gas/config/te-pe.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/gas/config/te-pe.h')
-rw-r--r--contrib/binutils/gas/config/te-pe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/binutils/gas/config/te-pe.h b/contrib/binutils/gas/config/te-pe.h
index 1c1f0b2..b3e0764 100644
--- a/contrib/binutils/gas/config/te-pe.h
+++ b/contrib/binutils/gas/config/te-pe.h
@@ -1,5 +1,5 @@
#define TE_PE
-#define LEX_AT 1 /* can have @'s inside labels */
+#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
OpenPOWER on IntegriCloud