svn commit: r1723 - in trunk/yasm/modules: parsers/nasm
peter at tortall.net
peter at tortall.net
Fri Dec 29 18:48:19 PST 2006
Author: peter
Date: Fri Dec 29 18:48:17 2006
New Revision: 1723
Added:
trunk/yasm/modules/objfmts/elf/tests/nasm-sectname.asm
trunk/yasm/modules/objfmts/elf/tests/nasm-sectname.hex
Modified:
trunk/yasm/modules/objfmts/elf/tests/Makefile.inc
trunk/yasm/modules/parsers/nasm/nasm-parse.c
trunk/yasm/modules/parsers/nasm/nasm-parser.h
trunk/yasm/modules/parsers/nasm/nasm-token.re
Changeset:
http://www.tortall.net/projects/yasm/changeset/1723
Log:
NASM parser bugfixes, and add support for section names that include "-"
(such as the common .note.GNU-stack section). While Yasm allows such section
names by enclosing with double-quotes, NASM allows this, so for compatibility
it makes sense for Yasm to as well.
More information about the yasm-cvs
mailing list