]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/cgo: fix build for ARM
authorShenghou Ma <minux.ma@gmail.com>
Fri, 3 May 2013 09:15:43 +0000 (17:15 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Fri, 3 May 2013 09:15:43 +0000 (17:15 +0800)
TBR=iant
CC=golang-dev
https://golang.org/cl/9048048

src/pkg/runtime/cgo/gcc_arm.S

index 3bc5bd338f8dd3bff3b1e13eb069a0a8a682a1e2..3ec6e5d97bf079a5c1b1a95afa01f78839ef177b 100644 (file)
@@ -35,5 +35,5 @@ EXT(__stack_chk_fail_local):
        b 1b
 
 #ifdef __ELF__
-.section .note.GNU-stack,"",@progbits
+.section .note.GNU-stack,"",%progbits
 #endif