On Fri, 28 Feb 2020 17:56:24 +0800 YunQiang Su <[email protected]> wrote: > On Fri, 28 Feb 2020 17:51:14 +0800 YunQiang Su <[email protected]> wrote: > > Package: src:binutils > > Version: 2.34-3 > > > > > https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=dec7b24be89fe0496f9442232bcbfcb16e030742 > > https://sourceware.org/bugzilla/show_bug.cgi?id=25539 > > > > MIPS/fix_loongson3_llsc: fix when target has multi labels > > > > When there is multi-labels on the same insn, the current code > > will take care about the last one. it may cause that no sync > > is added at the target. > > > > Here we scan all labels with same value of > > S_GET_VALUE(label_list->label) > > by label_list->next. > > > > and we alos need to re-enable "--enable-fix-loongson-llsc" option > for mipsel/mipsn32el/mips64el
Since now we have 2.35~ in unstable, we can just enable this option. I test it and try to build gcc-10, it works now. > > >

