diff options
| author | Russ Cox <rsc@golang.org> | 2014-09-24 19:04:06 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2014-09-24 19:04:06 -0400 |
| commit | 3c94b1d305967d260b31ec3fdda51b705db752cd (patch) | |
| tree | c18deddc45cc1d2732f6e56b940591ab42f26d38 /src/runtime/rt0_linux_arm.s | |
| parent | 665a4166650d088c067130eb41f8f95efb9c12ed (diff) | |
| download | go-3c94b1d305967d260b31ec3fdda51b705db752cd.tar.xz | |
runtime: more NOPTR
Fixes linux builds (_vdso); may fix others.
I can at least cross-compile cmd/go for every
implemented system now.
TBR=iant
CC=golang-codereviews
https://golang.org/cl/142630043
Diffstat (limited to 'src/runtime/rt0_linux_arm.s')
| -rw-r--r-- | src/runtime/rt0_linux_arm.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/rt0_linux_arm.s b/src/runtime/rt0_linux_arm.s index 8af3d3505e..5f521d24ba 100644 --- a/src/runtime/rt0_linux_arm.s +++ b/src/runtime/rt0_linux_arm.s @@ -77,7 +77,7 @@ DATA bad_abi_msg+0x18(SB)/8, $" run on " DATA bad_abi_msg+0x20(SB)/8, $"EABI ker" DATA bad_abi_msg+0x28(SB)/4, $"nels" DATA bad_abi_msg+0x2c(SB)/1, $0xa -GLOBL bad_abi_msg(SB), $45 +GLOBL bad_abi_msg(SB), RODATA, $45 TEXT oabi_syscall<>(SB),NOSPLIT,$-4 ADD $1, PC, R4 |
