This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] gdb/riscv: Don't error when decoding a 6 or 8 byte instruction


On 6/4/19 12:50 PM, Andrew Burgess wrote:
> +	   prologue scanner will try to decode it.  These long
> +	   instructions are ISA extensions, I use .byte rather than an
> +	   actual instruction mnemonic so that the test can be compiled

Tiny nit, but please avoid "I" in comments.  Either just don't use a
pronoun, e.g.:

   Since these long instructions are ISA extensions, use .byte

or use "we" instead.

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]