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]

[PUSHED] [PATCH 0/2] Small RiscV cleanup / fixes


A couple of straight forward RiscV patches.

First is just a cleanup in debug printing.

Second addresses an assertion failure when XLEN and FLEN are
different.

--

Andrew Burgess (2):
  gdb/riscv: Use TYPE_SAFE_NAME
  gdb/riscv: Fix assertion in inferior call code

 gdb/ChangeLog    | 12 ++++++++++++
 gdb/riscv-tdep.c | 27 +++++++++++++++++----------
 2 files changed, 29 insertions(+), 10 deletions(-)

-- 
2.14.4


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