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: Fix register access for register aliases


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


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