This patch adds CSR instructions aliases for the cases where the instruction takes an immediate operand but the alias doesn't have the i suffix. This is necessary for GCC compatibility.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks good to me. I double-checked that gas doesn't do this same conversion for fsflags and fsrm. It doesn't, so this seems complete.
Thanks!