Bug#883311: libatomic-ops: mips don't set mips3/set mips2 for mips r6

2018-07-01 Thread Ian Wienand
> This patch has been merged upstream, while not released with 7.6, > Please cherry-pick from upstream. 7.6.4 in unstable/testing appears to have this patch. Just to be clear, are you saying it's something critical to pull into stable? Thanks, -i On Mon, May 28, 2018 at 8:34 PM, YunQiang Su w

Bug#883311: libatomic-ops: mips don't set mips3/set mips2 for mips r6

2018-05-28 Thread YunQiang Su
On Sat, 2 Dec 2017 15:29:56 +0800 YunQiang Su wrote: > Package: src:libatomic-ops > Version: 7.4.8-1 > > MIPS r6 uses different encode for ll/sc pair with r5 and previous. > So if `.set mips3' in asm, it will generate previous encode for ll/sc. This patch has been merged upstream, while not relea

Bug#883311: libatomic-ops: mips don't set mips3/set mips2 for mips r6

2017-12-01 Thread YunQiang Su
Package: src:libatomic-ops Version: 7.4.8-1 MIPS r6 uses different encode for ll/sc pair with r5 and previous. So if `.set mips3' in asm, it will generate previous encode for ll/sc. -- YunQiang Su Index: libatomic-ops-7.4.8/src/atomic_ops/sysdeps/gcc/mips.h ==