From: Rob Pike Date: Fri, 10 Sep 2010 06:31:33 +0000 (-0700) Subject: arm: fix a couple of build bugs. X-Git-Tag: weekly.2010-09-15~68 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=66f676b8efd2b383aa2fa3b367efb23f9ba50372;p=gostls13.git arm: fix a couple of build bugs. tests have not been run yet R=stephenm CC=golang-dev https://golang.org/cl/2165046 --- diff --git a/src/libcgo/arm.S b/src/libcgo/arm.S new file mode 100644 index 0000000000..32d8629849 --- /dev/null +++ b/src/libcgo/arm.S @@ -0,0 +1 @@ +/* unimplemented */ diff --git a/src/pkg/runtime/linux/arm/sys.s b/src/pkg/runtime/linux/arm/sys.s index 6824e29e85..7d3317209a 100644 --- a/src/pkg/runtime/linux/arm/sys.s +++ b/src/pkg/runtime/linux/arm/sys.s @@ -65,7 +65,7 @@ TEXT ·mmap(SB),7,$0 SWI $0 RET -TEXT ·mmap(SB),7,$0 +TEXT ·munmap(SB),7,$0 MOVW 0(FP), R0 MOVW 4(FP), R1 MOVW $SYS_munmap, R7