summaryrefslogtreecommitdiffstats
path: root/gas/config/te-pe.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-11-06 19:36:20 +0000
committerNick Clifton <nickc@redhat.com>2002-11-06 19:36:20 +0000
commitc9e3887989960034fd89d176f72d7e14d5bc3d79 (patch)
treeb643a93afcd06f0052e3380516c79bb964018532 /gas/config/te-pe.h
parentac835424b5ad4dce56c8d4ed6835d56fc225c786 (diff)
downloadppe42-binutils-c9e3887989960034fd89d176f72d7e14d5bc3d79.tar.gz
ppe42-binutils-c9e3887989960034fd89d176f72d7e14d5bc3d79.zip
Adds support for fastcall symbols as used on Microsoft Windows platforms
(i386)
Diffstat (limited to 'gas/config/te-pe.h')
-rw-r--r--gas/config/te-pe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/te-pe.h b/gas/config/te-pe.h
index 1c1f0b27bc..b3e0764364 100644
--- a/gas/config/te-pe.h
+++ b/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