aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7bfcab5..7d378c8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+2019-10-07 Weimin Pan <weimin.pan@oracle.com>
+
+ * tracectf.h: Rename, was ctf.h.
+ * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
+ * tracefile.c: Likewise.
+ * tracepoint.c: Remove unused include ctf.h.
+ * mi/mi-main.c: Likewise.
+ * Makefile.in Replace ctf.c with tracectf.c.
+
2019-10-06 Joel Brobecker <brobecker@adacore.com>
* version.in: Change version number to "9.0.50.DATE-git".