[PATCH] RISC-V: bge[u] should get higher priority than ble[u].
Kito Cheng
kito.cheng@gmail.com
Mon Sep 17 08:32:00 GMT 2018
Hi all:
This patch is fixing the behavior of disassembler for bge[u], bge[u]
and ble[u] will disassemble to ble[u] currently, however ble[u] is
pseudo/alias instruction, so I think it should disassemble into bge[u]
instead of ble[u].
ChangeLog:
2018-09-17 Kito Cheng <kito@andestech.com>
gas/
* testsuite/gas/riscv/bge.d: New.
* testsuite/gas/riscv/bge.s: Likewise.
opcodes/
* riscv-opc.c (riscv_opcodes): Adjust the order of ble and
bleu.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-RISC-V-bge-u-should-get-higher-priority-than-ble-u.patch
Type: text/x-patch
Size: 2979 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20180917/936e6b37/attachment.bin>
More information about the Binutils
mailing list