aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-05-26 00:16:30 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-05-26 00:16:30 +0000
commit3dff965cae6709a5fd1b7b05c51c3c8aba786961 (patch)
tree10b291eec26c639f204621ec32259cec24086f34 /libgcc
parentda2c56ee601ac696a76e469e33c88313428c5c5a (diff)
downloadgcc-3dff965cae6709a5fd1b7b05c51c3c8aba786961.zip
gcc-3dff965cae6709a5fd1b7b05c51c3c8aba786961.tar.gz
gcc-3dff965cae6709a5fd1b7b05c51c3c8aba786961.tar.bz2
Daily bump.
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index cd82a1d..621cf08 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,15 @@
+2022-05-25 Wilco Dijkstra <wilco.dijkstra@arm.com>
+
+ PR libgcc/105708
+ * config/aarch64/lse-init.c: Increase constructor priority.
+
+2022-05-25 Szabolcs Nagy <szabolcs.nagy@arm.com>
+
+ PR target/104689
+ * config/aarch64/aarch64-unwind.h (aarch64_frob_update_context):
+ Handle the !REG_UNSAVED case.
+ * unwind-dw2.c (execute_cfa_program): Fail toggle if !REG_UNSAVED.
+
2022-05-20 Christophe Lyon <christophe.lyon@arm.com>
* Makefile.in (D32PBIT_FUNCS): Add _hf_to_sd and _sd_to_hf.