aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2013-05-03 17:15:43 +0800
committerShenghou Ma <minux.ma@gmail.com>2013-05-03 17:15:43 +0800
commit988236ba86c8cb7ceb027cd2eaf091b4363f20e2 (patch)
tree98b78fd5571081b96cc8fb75122ae57045cd5163
parente0db7fae8728ef47b8cd020d7fe993069c3e61d0 (diff)
downloadgo-988236ba86c8cb7ceb027cd2eaf091b4363f20e2.tar.gz
go-988236ba86c8cb7ceb027cd2eaf091b4363f20e2.zip
runtime/cgo: fix build for ARM
TBR=iant CC=golang-dev https://golang.org/cl/9048048
-rw-r--r--src/pkg/runtime/cgo/gcc_arm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/cgo/gcc_arm.S b/src/pkg/runtime/cgo/gcc_arm.S
index 3bc5bd338f..3ec6e5d97b 100644
--- a/src/pkg/runtime/cgo/gcc_arm.S
+++ b/src/pkg/runtime/cgo/gcc_arm.S
@@ -35,5 +35,5 @@ EXT(__stack_chk_fail_local):
b 1b
#ifdef __ELF__
-.section .note.GNU-stack,"",@progbits
+.section .note.GNU-stack,"",%progbits
#endif