]> Cypherpunks repositories - gostls13.git/commit
runtime: rename ·main·f to ·mainPC to avoid duplicate symbol
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Sun, 29 Mar 2015 23:38:20 +0000 (23:38 +0000)
committerIan Lance Taylor <iant@golang.org>
Mon, 30 Mar 2015 18:52:14 +0000 (18:52 +0000)
commitf78dc1dac1890ff58c6c82b1097620bf171ec149
tree8983fa3297009654451eaaf55118df917d9a9f53
parentb8417854c34b93b7298bc18619befc01a885948b
runtime: rename ·main·f to ·mainPC to avoid duplicate symbol

runtime·main·f is normalized by the linker to runtime.main.f, as is
the compiler-generated symbol runtime.main·f.  Change the former to
runtime·mainPC instead.

Fixes issue #9934

Change-Id: I656a6fa6422d45385fa2cc55bd036c6affa1abfe
Reviewed-on: https://go-review.googlesource.com/8234
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/asm_386.s
src/runtime/asm_amd64.s
src/runtime/asm_amd64p32.s
src/runtime/asm_arm.s
src/runtime/asm_arm64.s
src/runtime/asm_ppc64x.s