aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 6b34512..542cfe5 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,12 @@
+2023-12-06 Alexandre Oliva <oliva@adacore.com>
+
+ * Makefile.in (LIB2ADD): Add strub.c.
+ * libgcc2.h (__strub_enter, __strub_update, __strub_leave):
+ Declare.
+ * strub.c: New.
+ * libgcc-std.ver.in (__strub_enter): Add to GCC_14.0.0.
+ (__strub_update, __strub_leave): Likewise.
+
2023-12-03 Jeff Law <jlaw@ventanamicro.com>
* unwind-pe.h (_Unwind_gnu_Find_got): Add prototype.