mirror of https://github.com/yasm/yasm.git
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"). svn path=/trunk/yasm/; revision=16590.6.0
parent
6ab452816c
commit
d754e57ba7
3 changed files with 19 additions and 6 deletions
Loading…
Reference in new issue