aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2015-08-18 17:09:41 +0100
committerAndrew Burgess <andrew.burgess@embecosm.com>2015-08-18 17:09:41 +0100
commit2b4bf6afd4506165007c0e76bc7c4381031cfaf6 (patch)
tree0d8a12f659477fdd39fea98744b7734ff7a2de3b /gdb/doc/ChangeLog
parent44b4145b723b43b175d4378c77bd79faaaa80312 (diff)
downloadgdb-2b4bf6afd4506165007c0e76bc7c4381031cfaf6.zip
gdb-2b4bf6afd4506165007c0e76bc7c4381031cfaf6.tar.gz
gdb-2b4bf6afd4506165007c0e76bc7c4381031cfaf6.tar.bz2
gdb/doc: Fix build of 'info' manual.
In commit 18989b3c5642e2ba533e02737797dcf06134229b I broke the creation of gdb's info manual; I added a new section without adding a suitable menu entry. This commit adds the missing menu entry and fixes the build of gdb's info manual. gdb/doc/ChangeLog: * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index b3dbc59..c753192 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,9 @@
2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
+ * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
+
+2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
+
* gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>