aboutsummaryrefslogtreecommitdiff
path: root/libgcc/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-02-02 00:18:18 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-02-02 00:18:18 +0000
commite2554540460add5357aeadbe99fb709aebbb415a (patch)
treef988667e8bc91d85e679b0f57c6726760468c211 /libgcc/ChangeLog
parent8efcdbf59bfed2b888db7def16c7641f26927260 (diff)
downloadgcc-e2554540460add5357aeadbe99fb709aebbb415a.zip
gcc-e2554540460add5357aeadbe99fb709aebbb415a.tar.gz
gcc-e2554540460add5357aeadbe99fb709aebbb415a.tar.bz2
Daily bump.
Diffstat (limited to 'libgcc/ChangeLog')
-rw-r--r--libgcc/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 839c4cb..18582d5 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,20 @@
+2024-02-01 Jakub Jelinek <jakub@redhat.com>
+
+ PR libgcc/113402
+ * libgcc2.h (__gcc_nested_func_ptr_created): Change type of last
+ argument from void ** to void *.
+ * config/i386/heap-trampoline.c (__gcc_nested_func_ptr_created):
+ Change type of dst from void ** to void * and cast dst to void **
+ before dereferencing it.
+ * config/aarch64/heap-trampoline.c (__gcc_nested_func_ptr_created):
+ Likewise.
+
+2024-02-01 Jakub Jelinek <jakub@redhat.com>
+
+ PR libgcc/113403
+ * config/i386/t-heap-trampoline: Add to LIB2ADDEHSHARED
+ i386/heap-trampoline.c rather than aarch64/heap-trampoline.c.
+
2024-02-01 Szabolcs Nagy <szabolcs.nagy@arm.com>
* config/aarch64/crti.S: Remove stack marking.