Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/go: backport ppc64le fix for _main | Roberto Oliveira | 2017-09-12 | 1 | -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. |