From 4e2b18982ade10897e62590896a1dec496269877 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Mon, 17 Sep 2018 11:43:08 -0700 Subject: RISC-V: bge[u] should get higher priority than ble[u]. 2018-09-17 Kito Cheng 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. --- opcodes/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'opcodes/ChangeLog') diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5d57507..19475da 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2018-09-17 Kito Cheng + + * riscv-opc.c (riscv_opcodes): Adjust the order of ble and bleu. + 2018-09-17 H.J. Lu PR gas/23670 -- cgit v1.1