svn commit: r1806 - in trunk/yasm: frontends/yasm modules/parsers/nasm

peter at tortall.net peter at tortall.net
Wed Feb 28 23:03:16 PST 2007


Author: peter
Date: Wed Feb 28 23:03:16 2007
New Revision: 1806

Modified:
   trunk/yasm/frontends/yasm/yasm.c
   trunk/yasm/libyasm/arch.h
   trunk/yasm/libyasm/errwarn.h
   trunk/yasm/modules/parsers/nasm/nasm-parse.c
Changeset:
   http://www.tortall.net/projects/yasm/changeset/1806

Log:
Add option -Wsize-override to turn on warning on multiple operand size
overrides such as: dword dword [5] or dword word [5].  The warnings for
these are disabled by default, as these combinations are intentially
legal for use with macros.

Suggested by: pingved at gmail.com



More information about the yasm-cvs mailing list