CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/03/20 02:02:29
Modified files:
lang/go : Makefile
Added files:
lang/go/patches: patch-src_runtime_sys_openbsd_arm_s
patch-src_syscall_asm_openbsd_arm_s
Log message:
Add two no op instructions following swi for Go on openbsd/arm.
arm processors have the same speculative execution flaw that occurs across
a syscall boundary, which was previously addressed in the arm64 port.
