Discussion:
[PATCH] GDB: Add ChangeLog entry inadvertently omitted from commit.
John Darrington
2018-11-18 20:21:30 UTC
Permalink
---
gdb/ChangeLog | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index aaf3a4c664..c5a3b70c1c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -973,6 +973,12 @@
(riscv_is_regnum_a_named_csr): New function.
(riscv_register_reggroup_p): Use riscv_is_regnum_a_named_csr.

+2018-10-23 John Darrington <***@darrington.wattle.id.au>
+
+ * configure.tgt: Add configuration for s12z.
+ * s12z-tdep.c: New file.
+ * NEWS: Mention new target.
+
2018-10-22 Jim Wilson <***@sifive.com>

* riscv-tdep.c (riscv_push_dummy_call) <in_reg>: Check for value in
--
2.11.0
Kevin Buettner
2018-11-19 07:19:24 UTC
Permalink
On Sun, 18 Nov 2018 21:21:30 +0100
Post by John Darrington
+
+ * configure.tgt: Add configuration for s12z.
+ * s12z-tdep.c: New file.
+ * NEWS: Mention new target.
+
Thanks for doing this.

Kevin
John Darrington
2018-11-19 10:06:11 UTC
Permalink
On Mon, Nov 19, 2018 at 12:19:24AM -0700, Kevin Buettner wrote:
On Sun, 18 Nov 2018 21:21:30 +0100
Post by John Darrington
+
+ * configure.tgt: Add configuration for s12z.
+ * s12z-tdep.c: New file.
+ * NEWS: Mention new target.
+
Thanks for doing this.

Kevin

(You're welcome.) Does this constitute permission to push?

J'
Joel Brobecker
2018-11-19 15:58:56 UTC
Permalink
Post by Kevin Buettner
On Sun, 18 Nov 2018 21:21:30 +0100
Post by John Darrington
+
+ * configure.tgt: Add configuration for s12z.
+ * s12z-tdep.c: New file.
+ * NEWS: Mention new target.
+
Thanks for doing this.
Kevin
(You're welcome.) Does this constitute permission to push?
You can consider these as "obvious" ;-), so no need for permission.
--
Joel
Loading...