]> Cypherpunks repositories - gostls13.git/commit
runtime: remove gogetcallerpc and gogetcallersp functions
authorMatthew Dempsky <mdempsky@google.com>
Wed, 25 Feb 2015 08:28:52 +0000 (17:28 +0900)
committerDmitry Vyukov <dvyukov@google.com>
Wed, 25 Feb 2015 09:34:58 +0000 (09:34 +0000)
commit7abdc90fe372b39946f46884d06f953f4f675316
tree7ce2f4a79f7cd7144658ed8c0b439157dc57d338
parent2fdb728d01df54ee2c9c9b80e75d7bee19727af6
runtime: remove gogetcallerpc and gogetcallersp functions

Package runtime's Go code was converted to directly call getcallerpc
and getcallersp in https://golang.org/cl/138740043, but the assembly
implementations were not removed.

Change-Id: Ib2eaee674d594cbbe799925aae648af782a01c83
Reviewed-on: https://go-review.googlesource.com/5901
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
src/runtime/asm_386.s
src/runtime/asm_amd64.s
src/runtime/asm_amd64p32.s
src/runtime/asm_arm.s
src/runtime/asm_ppc64x.s