aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-06-28 22:09:11 +0000
committerAndrew Cagney <cagney@redhat.com>2002-06-28 22:09:11 +0000
commit08c0b5bc8aa9a569238542b6d563b420e7c3261a (patch)
treeef4dafed63e16ed2580a66ab71d2711fe3ba1194 /gdb/ChangeLog
parent1f89801a697b0b94e03e95de213c3a839c023f40 (diff)
downloadgdb-08c0b5bc8aa9a569238542b6d563b420e7c3261a.zip
gdb-08c0b5bc8aa9a569238542b6d563b420e7c3261a.tar.gz
gdb-08c0b5bc8aa9a569238542b6d563b420e7c3261a.tar.bz2
* Makefile.in (objfiles_h): Add $(bcache_h).
* objfiles.h: Include "bcache.h". * Makefile.in (symtab_h): Remove $(bcache_h). * symtab.h: Do not include "bcache.h".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index df95ece..1d10bf7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2002-06-28 Andrew Cagney <ac131313@redhat.com>
+ * Makefile.in (objfiles_h): Add $(bcache_h).
+ * objfiles.h: Include "bcache.h".
+
+ * Makefile.in (symtab_h): Remove $(bcache_h).
+ * symtab.h: Do not include "bcache.h".
+
+2002-06-28 Andrew Cagney <ac131313@redhat.com>
+
* ppcnbsd-tdep.c (ppcnbsd_init_abi): Set frame_chain_valid to
generic_func_frame_chain_valid.