linsinan1995 / riscv-binutils-gdb

[p/zce extension support] RISC-V backports for binutils-gdb. Development is done upstream at the FSF.
GNU General Public License v2.0
2 stars 2 forks source link

Fix disassmeble kmada32 to it alias kmar64 #4

Closed pz9115 closed 3 years ago

pz9115 commented 3 years ago

Fix disassmeble kmada32 to it alais name kmar64

In v 0.94 zpsf do not restrict in rv32 only, it can't diff kmar64 and kmada32 more since they have the same opcode match and mask, we just remove kmada32 check and use kmar64 as an alias.