aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-26 07:21:30 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-26 07:21:30 +0000
commitc030245775e5c6a10511b5950da1add5513727c2 (patch)
tree9d53270df733b54ec3ca8190a5ca59f16c9fe3b9 /gdb/ChangeLog
parentbcccec8c8d084669c7469b8578448fa18ddbe2f3 (diff)
downloadgdb-c030245775e5c6a10511b5950da1add5513727c2.zip
gdb-c030245775e5c6a10511b5950da1add5513727c2.tar.gz
gdb-c030245775e5c6a10511b5950da1add5513727c2.tar.bz2
Break out symbol-table-building routines
from dbxread.c, so they can be shared with xcoffread.c.
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 139a924..2a50492 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+Sat Oct 26 00:16:32 1991 John Gilmore (gnu at cygus.com)
+
+ * buildsym.c: New file. Breaks out symbol-table-building routines
+ from dbxread.c, so they can be shared with xcoffread.c.
+ * buildsym.h: New file. Declarations for buildsym.c users.
+ * dbxread.c: Remove large chunks into buildsym.c.
+
Fri Oct 25 18:59:32 1991 Per Bothner (bothner at cygnus.com)
Various fixes to improve g++ debugging.