nasm/asm
H. Peter Anvin (Intel) 7b6371b9d3 BR 3392529: if the default output name is the same as input -> nasm.out
If no output filename is specified, then a default filename is used
based on the input filename. If that ends up the *same* as the input
filename, change the output filename to "nasm.out".

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
2018-11-20 10:56:57 -08:00
..
assemble.c optimization: Introduce new flag to turn-off selectively 2018-08-16 00:01:31 +03:00
assemble.h
directiv.c
directiv.dat
error.c
eval.c eval: Eliminate division by zero 2018-10-14 01:49:43 +03:00
eval.h
exprdump.c
exprlib.c
float.c float: fix bogus pass flags for errors and warnings 2018-07-06 03:11:52 -07:00
float.h
labels.c labels: Make sure nil label is never passed 2018-10-13 17:18:05 +03:00
listing.c
listing.h
nasm.c BR 3392529: if the default output name is the same as input -> nasm.out 2018-11-20 10:56:57 -08:00
parser.c parser: Fix sigsegv on certain equ instruction parsing 2018-10-13 18:10:30 +03:00
parser.h
phash.pl
pptok.dat
pptok.pl
pragma.c
preproc-nop.c
preproc.c preproc: Don't access out of bound data on malformed input 2018-10-29 22:54:34 +03:00
preproc.h
quote.c
quote.h
rdstrnum.c rdstrnum: Make sure we dont shift out of bound 2018-10-29 22:25:16 +03:00
segalloc.c
stdscan.c
stdscan.h
strfunc.c
tokens.dat
tokhash.pl