nasm/output
H. Peter Anvin (Intel) b7f24e7715 nasm_assert(): try to run at compile time if possible
Try to make nasm_assert() do a static assert if the argument can be
evaluated at compile time by any particular compiler. We also provide
nasm_try_static_assert() which will assert a compile-time expression
if and only if we can determine we have a constant at compile time
*and* we know that the compiler has a way to handle it.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
2018-12-14 15:42:03 -08:00
..
codeview.c nasm_assert(): try to run at compile time if possible 2018-12-14 15:42:03 -08:00
dwarf.h dwarf: Update header and drop redundant space 2018-10-28 23:51:18 +03:00
elf.h elf: Convert header to linux style 2018-10-28 23:51:31 +03:00
legacy.c Sanitize the handling of segments a bit 2017-05-03 17:33:04 -07:00
macho.h output: macho -- Move constants into the header 2018-10-24 22:31:07 +03:00
nulldbg.c Add a generic pragma-handling infrastructure 2017-03-07 21:32:37 -08:00
nullout.c output: centralize the null definition of ofmt->segbase 2018-06-14 22:41:00 -07:00
outaout.c nasm_warnf() -> nasm_warn() 2018-12-14 13:33:24 -08:00
outaout.mac NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
outas86.c nasm_warnf() -> nasm_warn() 2018-12-14 13:33:24 -08:00
outas86.mac NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
outbin.c nasm_assert(): try to run at compile time if possible 2018-12-14 15:42:03 -08:00
outbin.mac NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
outcoff.c nasm_warnf() -> nasm_warn() 2018-12-14 13:33:24 -08:00
outcoff.mac NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
outdbg.c warnings: rename ERR_WARN_* to WARN_* 2018-12-12 17:48:38 -08:00
outdbg.mac Sanitize the handling of segments a bit 2017-05-03 17:33:04 -07:00
outelf.c nasm_warnf() -> nasm_warn() 2018-12-14 13:33:24 -08:00
outelf.h output: elf -- Make elf_section_attrib static 2017-03-25 22:15:04 +03:00
outelf.mac output: output format macros should be case insensitive 2017-03-07 22:53:48 -08:00
outform.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
outform.h Merge remote-tracking branch 'origin/nasm-2.12.xx' 2016-03-08 01:08:53 -08:00
outieee.c nasm_warnf() -> nasm_warn() 2018-12-14 13:33:24 -08:00
outlib.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
outlib.h output: centralize the null definition of ofmt->segbase 2018-06-14 22:41:00 -07:00
outmacho.c warnings: make WARN_* constant obligatory for warnings 2018-12-14 13:44:35 -08:00
outmacho.mac macho: implement do_dead_strip, make subsections_by_symbols a pragma 2017-03-14 18:46:31 -07:00
outobj.c nasm_warnf() -> nasm_warn() 2018-12-14 13:33:24 -08:00
outobj.mac NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
outrdf.mac NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
outrdf2.c errors: simplify nasm_fatal() and nasm_panic() 2018-06-15 18:20:17 -07:00
outrdf2.mac NASM: relicense under the 2-clause BSD license 2009-07-06 11:09:11 -07:00
pecoff.h coff: Add support for the Codeview 8 debug format 2016-01-24 14:14:39 +03:00
stabs.h stabs: Convert style and add comments 2018-10-28 23:51:38 +03:00