tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [golang-dev] Moving Go to a newer NetBSD ABI in the 1.13 dev cycle



netbsd-7 and netbsd-8 have broken compatibility for netbsd32 compat60
lwp_park. it's fixed in netbsd32_compat_60.c:1.3.

as a workaround Go now calls new lwp_park. But it also does this for
64bit binaries. I guess it's nice to be consistent. Anyway netbsd-6 is
not supported already.


Home | Main Index | Thread Index | Old Index