From d794c3a12eb8d762b119cf244bbbac8ee66b5a54 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://codereview.appspot.com/161450043 --- src/math/stubs_power64x.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math') diff --git a/src/math/stubs_power64x.s b/src/math/stubs_power64x.s index 0cb86144a..36b762554 100644 --- a/src/math/stubs_power64x.s +++ b/src/math/stubs_power64x.s @@ -4,7 +4,7 @@ // +build power64 power64le -#include "../../cmd/ld/textflag.h" +#include "textflag.h" TEXT ·Asin(SB),NOSPLIT,$0 BR ·asin(SB) -- cgit v1.2.1