* symfile.c (alloc_section_addr_info): Update header. Don't set
authorTom Tromey <tromey@redhat.com>
Thu, 21 Mar 2013 16:18:48 +0000 (16:18 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 21 Mar 2013 16:18:48 +0000 (16:18 +0000)
commitd76488d84eb95326e157d8deca0f626914036667
tree392adf35e3043814a077bf3b6fd3243d0632e6c9
parenta72e5169d65104858d32f9090406a072b0fbf5fd
* symfile.c (alloc_section_addr_info): Update header.  Don't set
'num_sections' field.
(build_section_addr_info_from_section_table): Set 'num_sections'.
(build_section_addr_info_from_bfd): Likewise.
(build_section_addr_info_from_objfile): Remove dead loop
condition.
(free_section_addr_info): Unconditionally call xfree.
(relative_addr_info_to_section_offsets, addrs_section_sort)
(addr_info_make_relative, syms_from_objfile_1): Remove dead loop
condition.
(syms_from_objfile_1): Remove dead 'if' condition.  Check
'num_sections'.
(add_symbol_file_command): Set 'num_sections'.
* symfile-mem.c (symbol_file_add_from_memory): Set
'num_sections'.
* somread.c (som_symfile_offsets): Remove dead loop condition.
* machoread.c (macho_symfile_offsets): Remove dead 'if'.
* jit.c (jit_bfd_try_read_symtab): Set 'num_sections'.
gdb/ChangeLog
gdb/jit.c
gdb/machoread.c
gdb/somread.c
gdb/symfile-mem.c
gdb/symfile.c
This page took 0.025542 seconds and 4 git commands to generate.