diff options
| author | Russ Cox <rsc@golang.org> | 2011-12-16 18:50:40 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2011-12-16 18:50:40 -0500 |
| commit | 86dcc431e9282013eb8ce6cce22c882f37a05147 (patch) | |
| tree | 4d25909755a55f2cfbe8b12624d15e2e08dcf7f8 /src/pkg/runtime/sys_linux_arm.s | |
| parent | 541b67d051fbd26f3727d4d13c6d2b025af8a775 (diff) | |
| download | go-86dcc431e9282013eb8ce6cce22c882f37a05147.tar.xz | |
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
Diffstat (limited to 'src/pkg/runtime/sys_linux_arm.s')
| -rw-r--r-- | src/pkg/runtime/sys_linux_arm.s | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
