diff options
| author | Michael Forney <mforney@mforney.org> | 2020-06-30 15:48:03 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-06-30 15:48:03 -0700 |
| commit | 954bdd9cc75e346cee07c3d3d2d834c68f3c1e6d (patch) | |
| tree | a902ec34ee2733d06b581b7711156b9a40259972 /pkg/nasm/gen.lua | |
| parent | cb6514b21e253a6be7a310377e200be3e2bc04e4 (diff) | |
nasm: Update to 2.15.01
Diffstat (limited to 'pkg/nasm/gen.lua')
| -rw-r--r-- | pkg/nasm/gen.lua | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/pkg/nasm/gen.lua b/pkg/nasm/gen.lua index a03e340a..dcc3ec15 100644 --- a/pkg/nasm/gen.lua +++ b/pkg/nasm/gen.lua @@ -10,6 +10,7 @@ cflags{ } build('cat', '$outdir/config/config.h', { + '$builddir/probe/HAVE___BUILTIN_CHOOSE_EXPR', '$builddir/probe/HAVE___BUILTIN_CLZ', '$dir/config.h', }) @@ -20,11 +21,12 @@ lib('libnasm.a', [[ stdlib/(snprintf.c vsnprintf.c strlcpy.c strnlen.c strrchrnul.c) nasmlib/( ver.c - crc64.c malloc.c errfile.c - md5c.c string.c + alloc.c asprintf.c errfile.c + crc64.c md5c.c + string.c nctype.c file.c mmap.c ilog2.c realpath.c path.c - filename.c srcfile.c + filename.c rlimit.c zerobuf.c readnum.c bsi.c rbtree.c hashtbl.c raa.c saa.c @@ -38,8 +40,8 @@ lib('libnasm.a', [[ disp8.c iflag.c ) asm/( - error.c - float.c + error.c warnings.c + floats.c directiv.c directbl.c pragma.c assemble.c labels.c parser.c @@ -50,11 +52,11 @@ lib('libnasm.a', [[ segalloc.c preproc-nop.c rdstrnum.c + srcfile.c ) macros/macros.c output/( outform.c outlib.c legacy.c - strtbl.c nulldbg.c nullout.c outbin.c outaout.c outcoff.c outelf.c |
