diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-12-15 13:10:50 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-12-15 13:10:50 +0000 |
commit | 36e4d0683b478479f9eb07bef34a21fd8007c3ef (patch) | |
tree | 6a02e90e82db078c4bee42779dd6f8e9cb541506 /gdb/ChangeLog | |
parent | 6b00ac5ace8dd16b5dcf29161dfe18844e538afd (diff) | |
download | gdb-36e4d0683b478479f9eb07bef34a21fd8007c3ef.zip gdb-36e4d0683b478479f9eb07bef34a21fd8007c3ef.tar.gz gdb-36e4d0683b478479f9eb07bef34a21fd8007c3ef.tar.bz2 |
Fix NULL objfile's section_offsets dereference during symbol load.
gdb/ChangeLog:
* symfile.c (syms_from_objfile_1): Renames syms_from_objfile.
Remove call to init_entry_point_info. Add OBJFILE's
section_offsets and num_sections initialization. Add note
about entry info in the function documentation.
(syms_from_objfile): New function.
* coffread.c (coff_symfile_init): Remove call to
init_entry_point_info.
* machoread.c (macho_symfile_init): Likewise.
* xcoffread.c(xcoff_symfile_init): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ea24d83..aeb7b49 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +2012-12-15 Joel Brobecker <brobecker@adacore.com> + + * symfile.c (syms_from_objfile_1): Renames syms_from_objfile. + Remove call to init_entry_point_info. Add OBJFILE's + section_offsets and num_sections initialization. Add note + about entry info in the function documentation. + (syms_from_objfile): New function. + * coffread.c (coff_symfile_init): Remove call to + init_entry_point_info. + * machoread.c (macho_symfile_init): Likewise. + * xcoffread.c(xcoff_symfile_init): Likewise. + 2012-12-15 Yao Qi <yao@codesourcery.com> * remote-notif.c (_initialize_notif): Add new commands |