MIPS: fix loongson3 llsc workaround
authorYunQiang Su <yunqiang.su@cipunited.com>
Thu, 23 Mar 2023 10:49:23 +0000 (18:49 +0800)
committerYunQiang Su <yunqiang.su@cipunited.com>
Sun, 23 Apr 2023 06:50:18 +0000 (14:50 +0800)
commitaf989297316ec7628f1ddffc621932805a464b1d
treee7f253ed61a3f2d6cd12f5b82176d9ed9c753be7
parent9171de358f230b64646bbb525a74e5f8e3dbe0dc
MIPS: fix loongson3 llsc workaround

-mfix-looongson3-llsc may add sync instructions not needed on some
asm code with lots of debug info.

PR: 30153
* gas/config/tc-mips.c(fix_loongson3_llsc): clear logistic.
gas/config/tc-mips.c