svn commit: r1659 - in trunk/yasm: frontends/yasm

peter at tortall.net peter at tortall.net
Fri Oct 20 21:49:20 PDT 2006


Author: peter
Date: Fri Oct 20 21:49:19 2006
New Revision: 1659

Modified:
   trunk/yasm/frontends/yasm/yasm-options.c
   trunk/yasm/frontends/yasm/yasm.c
   trunk/yasm/out_test.sh
Changeset:
   http://www.tortall.net/projects/yasm/changeset/1659

Log:
Fix #86 by requiring '-' (e.g. "yasm -") to read from stdin, and reporting
an error if no files are specified (instead of defaulting to stdin).
While the old behavior mimiced GNU AS, the new behavior is far more common
amongst typical compilers (e.g. GCC), including NASM.

While I'm here, add support for '--' (e.g. "yasm -- -f").



More information about the yasm-cvs mailing list