Descriptioncmd/dist: support for NetBSD/ARM
1. when executing a unsupported VFP instruction, the NetBSD kernel somehow
doesn't report SIGILL, and instead just spin and spin, we add a alarm(2)
to detect this case (albeit this is a kernel bug).
2. NetBSD/ARM's VFP11 support is not complete, so temporarily disable it.
3. The default gcc shipped with NetBSD-current mis-optimizes our code
at -O2, so lower the optimization level to -O1 on NetBSD/ARM.
Patch Set 1 #Patch Set 2 : diff -r f9987258f37a https://code.google.com/p/go/ #
Total comments: 2
Patch Set 3 : diff -r 6837136b5df8 https://code.google.com/p/go/ #Patch Set 4 : diff -r 4b16fb118e08 https://code.google.com/p/go/ #Patch Set 5 : diff -r 2b17033f6f17 https://code.google.com/p/go/ #Patch Set 6 : diff -r 677c9ac552ac https://code.google.com/p/go/ #
MessagesTotal messages: 6
|