summaryrefslogtreecommitdiffstats
path: root/backends/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'backends/ChangeLog')
-rw-r--r--backends/ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog
index 3fa0f198..fdff3021 100644
--- a/backends/ChangeLog
+++ b/backends/ChangeLog
@@ -1,3 +1,41 @@
+2018-09-12 Mark Wielaard <[email protected]>
+
+ * ppc64_init.c (ppc64_init): Use elf_getshdrstrndx.
+
+2018-09-12 Mark Wielaard <[email protected]>
+
+ * aarch64_symbol.c (aarch64_check_special_symbol): Drop ehdr argument,
+ use elf_getshdrstrndx.
+ * alpha_symbol.c (alpha_check_special_symbol): Drop ehdr argument.
+ * ppc64_symbol.c (ppc64_check_special_symbol): Likewise and use
+ elf_getshdrstrndx.
+ * ppc_symbol.c (ppc_check_special_symbol): Likewise.
+ * riscv_symbol.c (riscv_check_special_symbol): Likewise.
+
+2018-07-21 Andreas Schwab <[email protected]>
+
+ * Makefile.am (m68k_SRCS): Add m68k_cfi.c and m68k_initreg.c.
+ * m68k_cfi.c: New file.
+ * m68k_initreg.c: New file.
+ * m68k_init.c (m68k_init): Hook abi_cfi and
+ set_initial_registers_tid.
+
+2018-07-19 Andreas Schwab <[email protected]>
+
+ * riscv_regs.c (riscv_register_info): Fix typo.
+
+2018-07-17 Andreas Schwab <[email protected]>
+
+ * Makefile.am (riscv_SRCS): Add riscv_corenote.c.
+ * riscv_corenote.c: New file.
+ * riscv_init.c (riscv_init): Hook core_note.
+
+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.