aboutsummaryrefslogtreecommitdiff
path: root/src/sync/atomic
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2014-10-27 17:27:03 -0400
committerAustin Clements <austin@google.com>2014-10-27 17:27:03 -0400
commit062e354c8412e338a3a7c7c2c81d72226e431bd5 (patch)
treea47732526e200a05b973ac8b54c31641a268bdac /src/sync/atomic
parent6be0c8a566f6747fd18e9f5f49df37a6cd289407 (diff)
downloadgo-062e354c8412e338a3a7c7c2c81d72226e431bd5.tar.xz
[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
Diffstat (limited to 'src/sync/atomic')
-rw-r--r--src/sync/atomic/asm_power64x.s2
1 files changed, 1 insertions, 1 deletions
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)