summaryrefslogtreecommitdiff
path: root/src/math
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
commitd794c3a12eb8d762b119cf244bbbac8ee66b5a54 (patch)
tree9d0e37ecfa435ccc006d115f54dd04310ee0a396 /src/math
parent76b6806e2f08df32f2caa859d39cfc9ad812e22c (diff)
downloadgo-d794c3a12eb8d762b119cf244bbbac8ee66b5a54.tar.gz
[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
Diffstat (limited to 'src/math')
-rw-r--r--src/math/stubs_power64x.s2
1 files changed, 1 insertions, 1 deletions
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)