summaryrefslogtreecommitdiffstats
path: root/backends/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>2018-07-11 12:43:06 +0200
committerMark Wielaard <[email protected]>2018-07-13 14:38:27 +0200
commiteaa4ccbd6d9b31cf7a25aeb78373aca482d1b4cd (patch)
tree722306a21c145c4a55a0c0bee6e208496dbc7981 /backends/ChangeLog
parentb40001f67c0809e2fe8c7a78c2a5ac12026f23b4 (diff)
backends: add set_initial_registers_tid callback for RISC-V
This fixes the backtrace-dwarf and deleted tests, and lets backtrace-native run a bit further. Signed-off-by: Andreas Schwab <[email protected]>
Diffstat (limited to 'backends/ChangeLog')
-rw-r--r--backends/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog
index 3fa0f198..05327600 100644
--- a/backends/ChangeLog
+++ b/backends/ChangeLog
@@ -1,3 +1,9 @@
+2018-07-11 Andreas Schwab <[email protected]>
+
+ * Makefile.am (riscv_SRCS): Add riscv_initreg.c.
+ * riscv_initreg.c: New file.
+ * riscv_init.c (riscv_init): Hook set_initial_registers_tid.
+
2018-06-16 Yonghong Song <[email protected]>
* Makefile.am (bpf_SRCS): Add bpf_symbol.c.