aboutsummaryrefslogtreecommitdiffstats
path: root/community/go/make-sure-R0-is-zero-before-main-on-ppc64le.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/go: upgrade to 1.10Natanael Copa2018-02-281-32/+0
|
* community/go: backport ppc64le fix for _mainRoberto Oliveira2017-09-121-0/+32
_main has an early check to verify if a binary is statically or dynamically linked that depends on R0 being zero. R0 is not guaranteed to be zero at that point and this can break Go on ppc64le.