summaryrefslogtreecommitdiff
path: root/pkg/nasm/gen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/nasm/gen.lua')
-rw-r--r--pkg/nasm/gen.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/nasm/gen.lua b/pkg/nasm/gen.lua
index 391178c4..fa2aae37 100644
--- a/pkg/nasm/gen.lua
+++ b/pkg/nasm/gen.lua
@@ -10,7 +10,7 @@ cflags{
}
lib('libnasm.a', [[
- stdlib/(snprintf.c vsnprintf.c strlcpy.c strnlen.c)
+ stdlib/(snprintf.c vsnprintf.c strlcpy.c strnlen.c strrchrnul.c)
nasmlib/(
ver.c
crc64.c malloc.c
@@ -47,6 +47,7 @@ lib('libnasm.a', [[
macros/macros.c
output/(
outform.c outlib.c legacy.c
+ strtbl.c
nulldbg.c nullout.c
outbin.c outaout.c outcoff.c
outelf.c