Re: [PATCH] RISC-V: Emit "i" suffix for instructions with immediate operands

2017-11-04 Thread Palmer Dabbelt
Committed, after adding a second space before the email and before the closing comment. On Fri, 03 Nov 2017 09:14:25 PDT (-0700), Palmer Dabbelt wrote: > From: Michael Clark > > This changes makes GCC asm output use instruction names that are > consistent with the RISC-V ISA manual. The assemble

[PATCH] RISC-V: Emit "i" suffix for instructions with immediate operands

2017-11-03 Thread Palmer Dabbelt
From: Michael Clark This changes makes GCC asm output use instruction names that are consistent with the RISC-V ISA manual. The assembler accepts immediate-operand instructions without the "i" suffix, so this all worked before, it's just a bit cleaner to match the ISA manual more closely. gcc/C