bradfitz
changed the title
backport golang.org/cl/41821 to 1.8 branch
cmd/internal/obj/x86: backport "cmd/internal/obj/x86: use LEAx rather than ADDx" to 1.8 branch
May 19, 2017
I don't think this qualifies for a Go 1.8 backport.
a) there wasn't even a bug for https://golang.org/cl/41821
b) and it was never declared whether this was a regression from Go 1.7.
c) there was never a test
I didn't file a bug because I found the fix before I got around to filing the bug. It is a regression from 1.7. It is an issue that I don't know how to write a test.
Backport golang.org/cl/41821 to 1.8 branch
This fixes an issue with shared libraries / plugins on 386.
(Hope I'm doing this right)
The text was updated successfully, but these errors were encountered: