nasm/asm
H. Peter Anvin (Intel) 1e2358b17f Document the -Ov option, minor fix for gcc -Og
The -Ov option is useful but was undocumented.

Add an initialization to keep gcc from complaining at optimization
level -Og.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
2018-12-14 13:02:39 -08:00
..
assemble.c warnings: rename ERR_WARN_* to WARN_* 2018-12-12 14:38:50 -08:00
assemble.h Add a generic pragma-handling infrastructure 2017-03-07 21:32:37 -08:00
directiv.c warnings: rename ERR_WARN_* to WARN_* 2018-12-12 14:38:50 -08:00
directiv.dat Make any execution limit configurable, add eval limit 2018-06-12 13:54:42 -07:00
error.c BR 3392535: warning on redefine, promote define-on-pass2 to error 2018-12-12 16:49:07 -08:00
eval.c eval: Eliminate division by zero 2018-10-14 01:49:43 +03:00
eval.h Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
exprdump.c exprlib: move dumping code to a separate C file 2017-02-28 18:13:43 -08:00
exprlib.c exprlib: move dumping code to a separate C file 2017-02-28 18:13:43 -08:00
float.c warnings: rename ERR_WARN_* to WARN_* 2018-12-12 14:38:50 -08:00
float.h Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
labels.c labels.c: redefine test should be passn, not pass0 2018-12-14 13:01:39 -08:00
listing.c error: new flag ERR_HERE 2018-12-12 17:43:25 -08:00
listing.h error: new flag ERR_HERE 2018-12-12 17:43:25 -08:00
nasm.c Document the -Ov option, minor fix for gcc -Og 2018-12-14 13:02:39 -08:00
parser.c warnings: rename ERR_WARN_* to WARN_* 2018-12-12 14:38:50 -08:00
parser.h Cleanup of label renaming infrastructure, add subsection support 2018-06-01 18:06:25 -07:00
phash.pl Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
pptok.dat Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-10-04 14:09:07 -07:00
pptok.pl perl: change to the new, safer 3-operand form of open() 2017-04-02 19:36:41 -07:00
pragma.c warnings: rename ERR_WARN_* to WARN_* 2018-12-12 14:38:50 -08:00
preproc-nop.c --no-line: new option to ignore %line directives 2018-12-14 12:22:11 -08:00
preproc.c --no-line: new option to ignore %line directives 2018-12-14 12:22:11 -08:00
preproc.h --no-line: new option to ignore %line directives 2018-12-14 12:22:11 -08:00
quote.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
quote.h Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
rdstrnum.c rdstrnum: Make sure we dont shift out of bound 2018-10-29 22:25:16 +03:00
segalloc.c segalloc: DO NOT reset segment numbers 2018-06-14 16:42:03 -07:00
stdscan.c warnings: rename ERR_WARN_* to WARN_* 2018-12-12 14:38:50 -08:00
stdscan.h Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
strfunc.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
tokens.dat Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
tokhash.pl perl: change to the new, safer 3-operand form of open() 2017-04-02 19:36:41 -07:00