Package: golang-golang-x-arch / 0.0~git20201207.1e68675-1

Metadata

Package Version Patches format
golang-golang-x-arch 0.0~git20201207.1e68675-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 ppc64asm ignore m tf vsr objdump decoding mismatches.patch | (download)

ppc64/ppc64asm/objdump_test.go | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 ppc64asm: ignore m[tf]vsr* objdump decoding mismatches

A recent binutils change prioritized extended mnemonics of these
instructions.  These mismatches can be safely ignored.

Fixes golang/go#43222