]> granicus.if.org Git - yasm/commit
Add -E and -s command line options. These mimic the NASM behavior of these
authorPeter Johnson <peter@tortall.net>
Thu, 1 Mar 2007 06:03:04 +0000 (06:03 -0000)
committerPeter Johnson <peter@tortall.net>
Thu, 1 Mar 2007 06:03:04 +0000 (06:03 -0000)
commit6c934ab7cf0e5eb0b75e4cba681a70944bde555e
tree83052a76e03fb6212c98f7e1c5125fe7abdbd020
parent6c39f22458eaea58dc176d01a056df7c95a38693
Add -E and -s command line options.  These mimic the NASM behavior of these
options: -E redirects errors to a file, and -s redirects errors to stdout.
The default for errors is still stderr.

Suggested by: pingved@gmail.com

svn path=/trunk/yasm/; revision=1804
frontends/yasm/yasm.c