diff options
author | Lulu Cai <cailulu@loongson.cn> | 2024-09-02 12:05:54 +0800 |
---|---|---|
committer | liuzhensong <liuzhensong@loongson.cn> | 2024-09-09 15:11:53 +0800 |
commit | 6c2358b90adb376f0b2cec4e19759d37e9abdd28 (patch) | |
tree | 0c99eeea4ce2e7fced5b712d36379af836d27dd9 /gdb/agent.c | |
parent | 4bc828f8765d0b342d3d57837172170d14d36966 (diff) | |
download | binutils-6c2358b90adb376f0b2cec4e19759d37e9abdd28.zip binutils-6c2358b90adb376f0b2cec4e19759d37e9abdd28.tar.gz binutils-6c2358b90adb376f0b2cec4e19759d37e9abdd28.tar.bz2 |
LoongArch: Fixed precedence of expression operators in instructions
The precedence of the operators "+" and "-" in the current loongarch
instruction expression is higher than "<<" and ">>", which is different
from the explanation in the user guide.
We modified the precedence of "<<" and ">>" to be higher than "+" and "-".
Diffstat (limited to 'gdb/agent.c')
0 files changed, 0 insertions, 0 deletions