aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog6
-rw-r--r--libgcc/ChangeLog6
2 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e416516..60bd347 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,9 +1,3 @@
-2020-02-10 H.J. Lu <hongjiu.lu@intel.com>
-
- PR libgcc/85334
- * config/i386/shadow-stack-unwind.h (_Unwind_Frames_Increment):
- New.
-
2020-02-10 Richard Earnshaw <rearnsha@arm.com>
PR target/91913
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 4fd1297..4c7443a 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,9 @@
+2020-02-10 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR libgcc/85334
+ * config/i386/shadow-stack-unwind.h (_Unwind_Frames_Increment):
+ New.
+
2020-02-10 Christophe Lyon <christophe.lyon@linaro.org>
PR target/93615