From ce9a3970089838c4b3670a3232667ab021b5788b Mon Sep 17 00:00:00 2001 From: Achilleas Anagnostopoulos Date: Thu, 22 Mar 2018 08:00:17 +0000 Subject: [PATCH] bootstrap: add extra cgo stub symbols for go 1.8 --- src/arch/x86_64/asm/cgo_stubs.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/arch/x86_64/asm/cgo_stubs.s b/src/arch/x86_64/asm/cgo_stubs.s index 75816dc..6e5241f 100644 --- a/src/arch/x86_64/asm/cgo_stubs.s +++ b/src/arch/x86_64/asm/cgo_stubs.s @@ -6,6 +6,7 @@ bits 64 global x_cgo_callers global x_cgo_init global x_cgo_mmap +global x_cgo_munmap global x_cgo_notify_runtime_init_done global x_cgo_sigaction global x_cgo_thread_start @@ -17,6 +18,7 @@ global _cgo_yield x_cgo_callers: x_cgo_init: x_cgo_mmap: +x_cgo_munmap: x_cgo_notify_runtime_init_done: x_cgo_sigaction: x_cgo_thread_start: