Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/go: upgrade to 1.10 | Natanael Copa | 2018-02-28 | 1 | -32/+0 |
| | |||||
* | 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. |