diff options
author | Tom Tromey <tromey@redhat.com> | 2013-04-08 20:08:21 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-04-08 20:08:21 +0000 |
commit | 36192a8d549d934534b43e9be4948d90daa6981c (patch) | |
tree | 32fa671aec7b68e82241ed3dc6fec5f40e0da403 /gdb/ChangeLog | |
parent | 65cf3563597713173bb688287a21666ec66e722d (diff) | |
download | gdb-36192a8d549d934534b43e9be4948d90daa6981c.zip gdb-36192a8d549d934534b43e9be4948d90daa6981c.tar.gz gdb-36192a8d549d934534b43e9be4948d90daa6981c.tar.bz2 |
PR symtab/8423:
* solib-som.c (som_solib_section_offsets): Use BFD section
indices. Set offsets for all sections.
* somread.c (som_symtab_read): Compute BFD section for
symbol. Use prim_record_minimal_symbol_and_info.
(som_symfile_read): Fix comment.
(struct find_section_offset_arg): New.
(find_section_offset, set_section_index): New functions.
(som_symfile_offsets): Use set_section_index to compute
section indices.
bfd/
* som.c (bfd_section_from_som_symbol): No longer static.
* som.h (bfd_section_from_som_symbol): Declare.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bfb7c6b..edc4d0a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,18 @@ 2013-04-08 Tom Tromey <tromey@redhat.com> + PR symtab/8423: + * solib-som.c (som_solib_section_offsets): Use BFD section + indices. Set offsets for all sections. + * somread.c (som_symtab_read): Compute BFD section for + symbol. Use prim_record_minimal_symbol_and_info. + (som_symfile_read): Fix comment. + (struct find_section_offset_arg): New. + (find_section_offset, set_section_index): New functions. + (som_symfile_offsets): Use set_section_index to compute + section indices. + +2013-04-08 Tom Tromey <tromey@redhat.com> + * coffread.c (cs_to_section): Use gdb_bfd_section_index. * elfread.c (record_minimal_symbol, elf_symtab_read): Use gdb_bfd_section_index. |