]> Cypherpunks repositories - gostls13.git/commit
[dev.power64] liblink: fix lost branch target
authorAustin Clements <austin@google.com>
Mon, 27 Oct 2014 21:19:41 +0000 (17:19 -0400)
committerAustin Clements <austin@google.com>
Mon, 27 Oct 2014 21:19:41 +0000 (17:19 -0400)
commit6be0c8a566f6747fd18e9f5f49df37a6cd289407
treeb8d0406393787a75aa9b0a5b90a7497b4ff97fc4
parent5a653089ef756ecda170e4ee030480d547496362
[dev.power64] liblink: fix lost branch target

A recent commit lost the branch target in the really-big-stack
case of splitstack, causing an infinite loop stack preempt
case.  Revive the branch target.

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/157790044
src/liblink/obj9.c