From 062e354c8412e338a3a7c7c2c81d72226e431bd5 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Mon, 27 Oct 2014 17:27:03 -0400 Subject: [dev.power64] runtime: power64 fixes and ports of changes Fix include paths that got moved in the great pkg/ rename. Add missing runtime/arch_* files for power64. Port changes that happened on default since branching to runtime/{asm,atomic,sys_linux}_power64x.s (precise stacks, calling convention change, various new and deleted functions. Port struct renaming and fix some bugs in runtime/defs_linux_power64.h. LGTM=rsc R=rsc, dave CC=golang-codereviews https://golang.org/cl/161450043 --- src/sync/atomic/asm_power64x.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sync') diff --git a/src/sync/atomic/asm_power64x.s b/src/sync/atomic/asm_power64x.s index bdb1dcff49..1130d3c168 100644 --- a/src/sync/atomic/asm_power64x.s +++ b/src/sync/atomic/asm_power64x.s @@ -4,7 +4,7 @@ // +build power64 power64le -#include "../../../cmd/ld/textflag.h" +#include "textflag.h" TEXT ·SwapInt32(SB),NOSPLIT,$0-20 BR ·SwapUint32(SB) -- cgit v1.3-5-g45d5