From 86dcc431e9282013eb8ce6cce22c882f37a05147 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 16 Dec 2011 18:50:40 -0500 Subject: runtime: hg revert -r 6ec0a5c12d75 That was the last build that was close to working. I will try that change again next week. Make is being very subtle today. At the reverted-to CL, the ARM traceback appears to be broken. I'll look into that next week too. R=golang-dev, r CC=golang-dev https://golang.org/cl/5492063 --- src/pkg/runtime/sys_linux_arm.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pkg/runtime/sys_linux_arm.s') diff --git a/src/pkg/runtime/sys_linux_arm.s b/src/pkg/runtime/sys_linux_arm.s index e0e4135b54..d0b36dedf9 100644 --- a/src/pkg/runtime/sys_linux_arm.s +++ b/src/pkg/runtime/sys_linux_arm.s @@ -6,7 +6,7 @@ // System calls and other sys.stuff for arm, Linux // -#include "zasm_GOOS_GOARCH.h" +#include "asm_arm.h" // OABI //#define SYS_BASE 0x00900000 -- cgit v1.3-5-g9baa