yasm/modules/objfmts
Peter Johnson b7a38ed4fd Allow @ signs in identifiers in win32/win64 only.
In ELF, @ is used to indicate special relocations.

Fixes #164.

Reported by: Gregory McGarry on yasm-devel@
Testcase by: Gregory McGarry

We don't allow identifiers to start with @; doing so conflicts with use of
e.g. "@function" in some directives.  Need to look into what GAS does.

svn path=/trunk/yasm/; revision=2166
2009-01-02 08:33:21 +00:00
..
bin Allow @ signs in identifiers in win32/win64 only. 2009-01-02 08:33:21 +00:00
coff Allow @ signs in identifiers in win32/win64 only. 2009-01-02 08:33:21 +00:00
dbg Allow @ signs in identifiers in win32/win64 only. 2009-01-02 08:33:21 +00:00
elf Allow @ signs in identifiers in win32/win64 only. 2009-01-02 08:33:21 +00:00
macho Allow @ signs in identifiers in win32/win64 only. 2009-01-02 08:33:21 +00:00
rdf Allow @ signs in identifiers in win32/win64 only. 2009-01-02 08:33:21 +00:00
win32 Allow @ signs in identifiers in win32/win64 only. 2009-01-02 08:33:21 +00:00
win64 Add core TASM syntax support. 2008-10-07 05:38:11 +00:00
xdf Allow @ signs in identifiers in win32/win64 only. 2009-01-02 08:33:21 +00:00
CMakeLists.txt Add cmake build infrastructure. 2008-05-22 09:08:03 +00:00
Makefile.inc Initial commit of Mach-O object format. 2007-01-13 19:34:04 +00:00
yasm_objfmts.xml Add Mach-O to yasm_objfmts(7) man page. 2007-02-24 23:33:27 +00:00