diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 51fa32e0d46..77ebfa01230 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2004-09-01 Andrew Cagney <cagney@gnu.org> + + * objfiles.h (struct entry_info): Delete fields main_func_lowpc + and main_func_highpc. + (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros. + * objfiles.c (init_entry_point_info, objfile_relocate): Update + * nlmread.c (nlm_symfile_read): Update. + 2004-09-01 Joel Brobecker <brobecker@gnat.com> * mips-tdep.c (linked_proc_desc_table): Delete, not used. |