aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-26 08:02:23 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-26 08:02:23 +0000
commitd47d5315c8a7ac2df73d47c96d9345c573e41563 (patch)
tree59bcc9a767761c0cc4c90b530fed323eafb36dfc /gdb/ChangeLog
parent2ce38c6d29f82ccd2bcc90ece2e66456685b9099 (diff)
downloadgdb-d47d5315c8a7ac2df73d47c96d9345c573e41563.zip
gdb-d47d5315c8a7ac2df73d47c96d9345c573e41563.tar.gz
gdb-d47d5315c8a7ac2df73d47c96d9345c573e41563.tar.bz2
* symfile.c (syms_from_bfd): New routine.
(add_symbol_file): Call it to do the real work. (syms_from_bfd): Initialize entry_point before calling symfile_init. * symtab.h, symfile.c, coffread.c, mipsread.c, dwarfread.c: Avoid declaring or setting entry_point (symfile.h & symfile.c cope).
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 2a50492..3ff9fd1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -4,6 +4,13 @@ Sat Oct 26 00:16:32 1991 John Gilmore (gnu at cygus.com)
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.
+ * Makefile.in: Add buildsym.c and buildsym.h.
+
+ * symfile.c (syms_from_bfd): New routine.
+ (add_symbol_file): Call it to do the real work.
+ (syms_from_bfd): Initialize entry_point before calling symfile_init.
+ * symtab.h, symfile.c, coffread.c, mipsread.c, dwarfread.c:
+ Avoid declaring or setting entry_point (symfile.h & symfile.c cope).
Fri Oct 25 18:59:32 1991 Per Bothner (bothner at cygnus.com)