aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorChristian Biesinger <cbiesinger@google.com>2019-09-16 22:07:16 -0500
committerChristian Biesinger <cbiesinger@google.com>2019-09-16 22:10:36 -0500
commitf2f24aa9c438e540fd751690f52dbcbf5e5b8aa6 (patch)
treeccd492b10c1422007076ed4e85f7ac52b0fa2d3c /gdb/ChangeLog
parent3cd76124bdf5b52163d8d1bfe8edeb7a4aedfc8b (diff)
downloadgdb-f2f24aa9c438e540fd751690f52dbcbf5e5b8aa6.zip
gdb-f2f24aa9c438e540fd751690f52dbcbf5e5b8aa6.tar.gz
gdb-f2f24aa9c438e540fd751690f52dbcbf5e5b8aa6.tar.bz2
Don't duplicate comment in symfile.c and .h
This just replaces the comment in the .c file with "See symfile.h.". gdb/ChangeLog: 2019-09-16 Christian Biesinger <cbiesinger@google.com> * symfile.c (auto_solib_add): Replace comment with a reference to the header file.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fc2260d..59c6f75 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2019-09-16 Christian Biesinger <cbiesinger@google.com>
+
+ * symfile.c (auto_solib_add): Replace comment with a reference
+ to the header file.
+
2019-09-14 Christian Biesinger <cbiesinger@google.com>
* NEWS: Mention that gdb can now be compiled with Python 3