aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r--gcc/c-family/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 32c69dd..e9d1b92 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,13 @@
+2023-01-02 Florian Weimer <fweimer@redhat.com>
+
+ * c-cppbuiltin.cc (c_cpp_builtins): Define
+ __LIBGCC_DWARF_CIE_DATA_ALIGNMENT__.
+
+2023-01-02 Florian Weimer <fweimer@redhat.com>
+
+ * c-cppbuiltin.cc (__LIBGCC_DWARF_REG_SIZES_CONSTANT__):
+ Define if constant is known.
+
2022-12-19 Marek Polacek <polacek@redhat.com>
PR c/98487