| commit | 21455a847de4301fd6afaffaa2e168b0f58242d9 | [log] [tgz] |
|---|---|---|
| author | Lulu Cai <cailulu@loongson.cn> | Wed Jan 03 19:57:10 2024 +0800 |
| committer | liuzhensong <liuzhensong@loongson.cn> | Thu Jan 11 14:08:24 2024 +0800 |
| tree | 67843a29f41d0f1979a71948191c9186ea1edab1 | |
| parent | 20617191e4813ac5dec0ca46931253f46b1719a3 [diff] |
LoongArch: Discard extra spaces in objdump output Due to the formatted output of objdump, some instructions that do not require output operands (such as nop/ret) will have extra spaces added after them. Determine whether to output operands through the format of opcodes. When opc->format is an empty string, no extra spaces are output.