]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: remove __stack_chk_fail_local
authorHyang-Ah (Hana) Kim <hyangah@gmail.com>
Thu, 13 Aug 2015 13:05:22 +0000 (09:05 -0400)
committerHyang-Ah Hana Kim <hyangah@gmail.com>
Fri, 21 Aug 2015 15:56:36 +0000 (15:56 +0000)
commitdb5eb2a2c3290fa2bd26bd8da2356edbdb32a75a
tree311660ad5fefe4c8a6f9c6157e3cf4a164980104
parentd9e3d16796927ae2c5721cdff855ddb07a903d78
runtime/cgo: remove __stack_chk_fail_local

I cannot find where it's being used.

This addresses a duplicate symbol issue encountered in golang/go#9327.

Change-Id: I8efda45a006ad3e19423748210c78bd5831215e0
Reviewed-on: https://go-review.googlesource.com/13615
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/cgo/gcc_386.S
src/runtime/cgo/gcc_arm.S
src/runtime/cgo/gcc_arm64.S
src/runtime/cgo/gcc_ppc64x.S