Defer debug format search until after command line parsing
commit283b3fb15a91854dcf2f020dcc4fba586d9e0014
authorH. Peter Anvin <hpa@zytor.com>
Tue, 8 Mar 2016 07:18:30 +0000 (7 23:18 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 8 Mar 2016 07:20:00 +0000 (7 23:20 -0800)
treed3394c40907b175afb3ce4e3d1bc83c9e157b242
parent477ae4419cb9ae9f20a2201e60ec4073a9922359
Defer debug format search until after command line parsing

Avoid funnies with ordering of debug format selection by deferring
debug format search until after command line processing.  Also permit
the -gformat syntax used by many C compilers.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
nasm.c
nasm.txt
output/outform.c
output/outform.h