summaryrefslogtreecommitdiffstats
path: root/backends/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'backends/ChangeLog')
-rw-r--r--backends/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog
index ac0e3187..51959259 100644
--- a/backends/ChangeLog
+++ b/backends/ChangeLog
@@ -1,3 +1,21 @@
+2022-02-16 Mark Wielaard <[email protected]>
+
+ * ppc_initreg.c (ppc_set_initial_registers_tid): Define struct
+ pt_regs32. Use PTRACE_GETREGSET.
+
+2021-09-29 William Cohen <[email protected]>
+
+ * riscv_init.c (riscv_return_value_location_lp64f): New function
+ declaration.
+ (riscv_return_value_location_lp64): Likewise.
+ (riscv_init): Set return_value_location based on elf class and
+ ehdr flags.
+ * riscv_retval.c (riscv_return_value_location_lp64d): Renamed to...
+ (riscv_return_value_location_lp64ifd): ...this. Handle single,
+ double, float _Complex and double _Complex cases.
+ (riscv_return_value_location_lp64d): New function.
+ (riscv_return_value_location_lp64f): Likewise.
+
2021-04-19 Martin Liska <[email protected]>
* aarch64_symbol.c (aarch64_data_marker_symbol): Use startswith.