]> Cypherpunks repositories - gostls13.git/commit
runtime: arm: abort if hardware floating point missing
authorDave Cheney <dave@cheney.net>
Fri, 7 Sep 2012 04:26:42 +0000 (14:26 +1000)
committerDave Cheney <dave@cheney.net>
Fri, 7 Sep 2012 04:26:42 +0000 (14:26 +1000)
commit212ce41d004cc9e33d35b64cc13c2c9baf843452
tree3fd18147f2e958ac9df9dd8f74f0f005c5b12acd
parent4cfcb4a04bc140da0ad196b1b9cab32bde8f2a62
runtime: arm: abort if hardware floating point missing

Fixes #3911.

Requires CL 6449127.

dfc@qnap:~$ ./runtime.test
runtime: this CPU has no floating point hardware, so it cannot run
this GOARM=7 binary. Recompile using GOARM=5.

R=rsc, minux.ma
CC=golang-dev
https://golang.org/cl/6442109
src/pkg/runtime/asm_arm.s
src/pkg/runtime/signal_linux_arm.c