aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-03-23 10:50:27 -0600
committerTom Tromey <tom@tromey.com>2019-03-23 10:50:27 -0600
commitb366c208ee07924cc3cafc1bd4d70548bc91075b (patch)
tree97a16dc5f5274ad5245bb37b35743d440c922131 /gdb/ChangeLog
parent9bb9b2f9d6d5aa90f579494d8407375a87a9ad0b (diff)
downloadgdb-b366c208ee07924cc3cafc1bd4d70548bc91075b.zip
gdb-b366c208ee07924cc3cafc1bd4d70548bc91075b.tar.gz
gdb-b366c208ee07924cc3cafc1bd4d70548bc91075b.tar.bz2
Include bcache.h from objfiles.h
objfiles.h needs "struct bcache" to be complete, so it should include bcache.h. This patch implements this. Tested by rebuilding. gdb/ChangeLog 2019-03-23 Tom Tromey <tom@tromey.com> * objfiles.h: Include bcache.h.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8088b75..df5e80b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2019-03-23 Tom Tromey <tom@tromey.com>
+ * objfiles.h: Include bcache.h.
+
+2019-03-23 Tom Tromey <tom@tromey.com>
+
* linespec.c (get_current_search_block): Use
scoped_restore_current_language.
* symmisc.c (dump_symtab): Use scoped_restore_current_language.