CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/05/11 09:53:26
Modified files:
lang/go-bootstrap: Makefile
Added files:
lang/go-bootstrap/patches: patch-src_cmd_8l_asm_c
patch-src_runtime_sys_openbsd_386_s
Log message:
Fix a bug in the Go openbsd/386 linker, which results in symbols in the
dynamic symbol table being emitted with a size of zero. With a current
ld.so, this results in symbol mismatch warnings.
Also, stop using sigreturn from the Go openbsd/386 signal trampoline.
Instead just return directly from the trampoline (as we already do for Go
on openbsd/amd64).