[PATCH] gdb/riscv: Fix register access for register aliases

Jim Wilson jimw@sifive.com
Tue Oct 16 22:22:00 GMT 2018


On Tue, Oct 16, 2018 at 2:50 PM Andrew Burgess
<andrew.burgess@embecosm.com> wrote:
> + /* Aliases for the integer registers.  These are the architectural names
> +    as GDB uses the more user friendly names by default.  */
> + { "f0", (RISCV_FIRST_FP_REGNUM + 0) },

Minor nit, these are actually the FP register aliases here.

Jim



More information about the Gdb-patches mailing list