aboutsummaryrefslogtreecommitdiffstats
path: root/community/go/cmd-compile-fix-regression-in-PPC64.rules-move-zero.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/go: upgrade to 1.9.2Roberto Oliveira2017-10-261-700/+0
| | | | | Removed a ppc64le patch that was backported from upstream and is now part of go 1.9.2
* community/go: backport ppc64le fix for regression in PPC64.rulesRoberto Oliveira2017-09-261-0/+700
When a MOVDstorezero (8 bytes) is used the offset field in the instruction must be a multiple of 4. This situation had been corrected in the rules for other types of stores but not for the zero case.