CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2025/06/19 09:06:20

Modified files:
        lang/go        : Makefile 
Added files:
        lang/go/patches: patch-src_cmd_link_internal_loadelf_ldelf_go 

Log message:
lang/go: ignore mapping symbols on riscv64

Newer versions of LLVM produce mapping symbols on riscv64, which Go does
not handle correctly. This results in link failures when cgo is used with
internal linking. Backport a fix that exists upstream.

Issue discovered by jca@ and relayed via tb@

Reply via email to