aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1998-09-09 02:48:11 +0000
committerStan Shebs <shebs@codesourcery.com>1998-09-09 02:48:11 +0000
commit1f926de145e7fd8211c58e4ae9d08916c16657e4 (patch)
tree79d4c3042eb884d47f8ab3b51742166ff37f3c77 /gdb/ChangeLog
parentd22136dc8ca2847f6d3312489d0e06aba20f75df (diff)
downloadgdb-1f926de145e7fd8211c58e4ae9d08916c16657e4.zip
gdb-1f926de145e7fd8211c58e4ae9d08916c16657e4.tar.gz
gdb-1f926de145e7fd8211c58e4ae9d08916c16657e4.tar.bz2
Cleanup opportunity discovered while updating internals manual.
* symtab.h (struct symtab): Remove EXTRA_SYMTAB_INFO hook, not currently used. * symfile.c (allocate_symtab): Deprecate use of INIT_EXTRA_SYMTAB_INFO here.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c85bca9..d84e78d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+Tue Sep 8 19:42:58 1998 Stan Shebs <shebs@andros.cygnus.com>
+
+ * symtab.h (struct symtab): Remove EXTRA_SYMTAB_INFO hook,
+ not currently used.
+ * symfile.c (allocate_symtab): Deprecate use of
+ INIT_EXTRA_SYMTAB_INFO here.
+
Fri Sep 4 15:33:25 1998 Stan Shebs <shebs@andros.cygnus.com>
* README: Update remote debugging and testsuite info.