Commit 988236ba authored by Shenghou Ma's avatar Shenghou Ma

runtime/cgo: fix build for ARM

TBR=iant
CC=golang-dev
https://golang.org/cl/9048048
parent e0db7fae
...@@ -35,5 +35,5 @@ EXT(__stack_chk_fail_local): ...@@ -35,5 +35,5 @@ EXT(__stack_chk_fail_local):
b 1b b 1b
#ifdef __ELF__ #ifdef __ELF__
.section .note.GNU-stack,"",@progbits .section .note.GNU-stack,"",%progbits
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment