From: Shenghou Ma Date: Fri, 3 May 2013 09:15:43 +0000 (+0800) Subject: runtime/cgo: fix build for ARM X-Git-Tag: go1.1rc2~13 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=988236ba86c8cb7ceb027cd2eaf091b4363f20e2;p=gostls13.git runtime/cgo: fix build for ARM TBR=iant CC=golang-dev https://golang.org/cl/9048048 --- 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