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/3] riscv cleanups


This series addresses some of the comments from Yao in this mail:

   https://sourceware.org/ml/gdb-patches/2018-03/msg00133.html

I've gone ahead and pushed this series as I am only removing code that
was unused (patches #2 and #3) or just causing bugs, but adding no
benefit (patch #1).  All the changes are in the riscv-tdep.* files.

Not all of Yao's comments are addressed in this series, I'll have more
follow up later in the week.

Thanks,
Andrew

---

Andrew Burgess (3):
  gdb/riscv: Remove use of pseudo registers
  gdb/riscv: Remove 'Contributed by....' comments
  gdb/riscv: Remove partial target description support

 gdb/ChangeLog    | 18 +++++++++++++++
 gdb/riscv-tdep.c | 67 --------------------------------------------------------
 gdb/riscv-tdep.h |  5 -----
 3 files changed, 18 insertions(+), 72 deletions(-)

-- 
2.14.3


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