yasm/libyasm
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
..
tests Fix expr simplification bug. 2008-09-30 03:56:37 +00:00
arch.h Change handling of frontend (mnenomic) instructions to make it easier to 2007-07-08 05:31:59 +00:00
assocdat.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
assocdat.h Enable DLL/plugin builds with cmake on Windows. 2008-05-23 06:46:51 +00:00
bc-align.c Add core TASM syntax support. 2008-10-07 05:38:11 +00:00
bc-data.c Fix a number of warnings. 2008-10-07 05:59:29 +00:00
bc-incbin.c Add core TASM syntax support. 2008-10-07 05:38:11 +00:00
bc-org.c Add core TASM syntax support. 2008-10-07 05:38:11 +00:00
bc-reserve.c Add core TASM syntax support. 2008-10-07 05:38:11 +00:00
bitvect.c Allow underscores in the middle of binary, octal, and hex constants. 2008-04-12 08:30:22 +00:00
bitvect.h Enable DLL/plugin builds with cmake on Windows. 2008-05-23 06:46:51 +00:00
bytecode.c Add core TASM syntax support. 2008-10-07 05:38:11 +00:00
bytecode.h Add core TASM syntax support. 2008-10-07 05:38:11 +00:00
cmake-module.c Add cmake build infrastructure. 2008-05-22 09:08:03 +00:00
CMakeLists.txt (cmake build) Install DLL files to correct locations on Windows. 2008-05-24 18:30:29 +00:00
compat-queue.h Bite the bullet and convert tabs to spaces. Previously yasm's source has 2007-04-22 03:32:46 +00:00
coretype.h Enable DLL/plugin builds with cmake on Windows. 2008-05-23 06:46:51 +00:00
dbgfmt.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
errwarn.c Add core TASM syntax support. 2008-10-07 05:38:11 +00:00
errwarn.h Add core TASM syntax support. 2008-10-07 05:38:11 +00:00
expr.c Add core TASM syntax support. 2008-10-07 05:38:11 +00:00
expr.h Add core TASM syntax support. 2008-10-07 05:38:11 +00:00
file.c Actually implement yasm__abspath() according to its documentation. 2008-07-15 05:49:29 +00:00
file.h Fix #157: Use UNIX (not Windows) path functions on cygwin platform. 2008-10-19 07:29:15 +00:00
floatnum.c Add support for IEEE-754r "half precision" (16-bit) float format. 2007-09-16 20:41:16 +00:00
floatnum.h Enable DLL/plugin builds with cmake on Windows. 2008-05-23 06:46:51 +00:00
genmodule.c Update all copyright dates. 2007-04-22 05:09:49 +00:00
hamt.c Fix #112: Use yasm__strcasecmp instead of strcasecmp. 2007-08-05 16:44:07 +00:00
hamt.h Enable DLL/plugin builds with cmake on Windows. 2008-05-23 06:46:51 +00:00
insn.c Add core TASM syntax support. 2008-10-07 05:38:11 +00:00
insn.h Add core TASM syntax support. 2008-10-07 05:38:11 +00:00
intnum.c Fix a number of warnings. 2008-10-07 05:59:29 +00:00
intnum.h Add core TASM syntax support. 2008-10-07 05:38:11 +00:00
inttree.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
inttree.h Enable DLL/plugin builds with cmake on Windows. 2008-05-23 06:46:51 +00:00
linemap.c Don't use an inner structure for line mappings. 2007-07-15 21:54:11 +00:00
linemap.h Enable DLL/plugin builds with cmake on Windows. 2008-05-23 06:46:51 +00:00
listfmt.h Update all copyright dates. 2007-04-22 05:09:49 +00:00
Makefile.inc Generated files listed in SOURCES (rather than included by other files) 2008-07-06 22:26:49 +00:00
md5.c Bite the bullet and convert tabs to spaces. Previously yasm's source has 2007-04-22 03:32:46 +00:00
md5.h Enable DLL/plugin builds with cmake on Windows. 2008-05-23 06:46:51 +00:00
mergesort.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
module.h Enable DLL/plugin builds with cmake on Windows. 2008-05-23 06:46:51 +00:00
module.in Allow registering of new modules at runtime. 2008-04-30 04:40:29 +00:00
objfmt.h Allow @ signs in identifiers in win32/win64 only. 2009-01-02 08:33:21 +00:00
parser.h Split NASM preprocessor standard macro set between various modules. 2008-05-09 06:46:02 +00:00
phash.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
phash.h Enable DLL/plugin builds with cmake on Windows. 2008-05-23 06:46:51 +00:00
preproc.h Split NASM preprocessor standard macro set between various modules. 2008-05-09 06:46:02 +00:00
section.c Fix #132: Add --prefix and --suffix (aka --postfix) options. 2008-06-08 09:06:05 +00:00
section.h Fix #132: Add --prefix and --suffix (aka --postfix) options. 2008-06-08 09:06:05 +00:00
strcasecmp.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
strsep.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00
symrec.c Add core TASM syntax support. 2008-10-07 05:38:11 +00:00
symrec.h Add core TASM syntax support. 2008-10-07 05:38:11 +00:00
valparam.c Add NASM-compatible multi-section binary support to bin object format. 2007-11-14 08:33:32 +00:00
valparam.h Enable DLL/plugin builds with cmake on Windows. 2008-05-23 06:46:51 +00:00
value.c Allow {extern symbol}-{symbol in same segment} transformation. 2008-04-14 01:48:02 +00:00
value.h Enable DLL/plugin builds with cmake on Windows. 2008-05-23 06:46:51 +00:00
xmalloc.c Enable DLL/plugin builds with cmake on Windows. 2008-05-23 06:46:51 +00:00
xstrdup.c Remove YASM_LIB_INTERNAL. It never really gained us that much in terms of 2007-07-14 03:11:32 +00:00