]> Cypherpunks repositories - gostls13.git/commit
cmd/go, runtime/cgo: explicitly target ARMv5T
authorCarl Shapiro <cshapiro@google.com>
Wed, 14 Aug 2013 22:21:53 +0000 (15:21 -0700)
committerCarl Shapiro <cshapiro@google.com>
Wed, 14 Aug 2013 22:21:53 +0000 (15:21 -0700)
commit3ec0427a074ccb31e2e4824f27aee9c8fe6de65d
treecf2f63057d65c61642350d198b779b10d736f06d
parent89ecedab26f2250eb4ffc4a7fcaef0583db5b9d9
cmd/go, runtime/cgo: explicitly target ARMv5T

The baseline architecture had been left to the GCC configured
default which can be more accomodating than the rest of the Go
toolchain.  This prevented instructions used by the 5g compiler,
like BLX, from being used in GCC compiled assembler code.

R=golang-dev, dave, rsc, elias.naur, cshapiro
CC=golang-dev
https://golang.org/cl/12954043
src/cmd/go/build.go
src/pkg/runtime/cgo/gcc_arm.S