]> Cypherpunks repositories - gostls13.git/commit
runtime: unify amd64 -buildmode=exe entry point code
authorIan Lance Taylor <iant@golang.org>
Mon, 9 Oct 2017 18:31:20 +0000 (11:31 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 11 Oct 2017 20:07:31 +0000 (20:07 +0000)
commitcf3f771203c46d73a84d86e5ef7865d19e983150
tree2c430aa36b095ac9b8c149cdeb45ca878c9df03f
parente29efbcbcbcd7dde56ac0b4880ff8c13fdb6a89d
runtime: unify amd64 -buildmode=exe entry point code

All of the amd64 entry point code is the same except for Plan 9.
Unify it all into asm_amd64.s.

Change-Id: Id47ce3a7bb2bb0fd48f326a2d88ed18b17dee456
Reviewed-on: https://go-review.googlesource.com/69292
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/asm_amd64.s
src/runtime/rt0_android_amd64.s
src/runtime/rt0_darwin_amd64.s
src/runtime/rt0_dragonfly_amd64.s
src/runtime/rt0_freebsd_amd64.s
src/runtime/rt0_linux_amd64.s
src/runtime/rt0_netbsd_amd64.s
src/runtime/rt0_openbsd_amd64.s
src/runtime/rt0_solaris_amd64.s
src/runtime/rt0_windows_amd64.s