* symfile.h (get_section_index): Define.
authorJoel Brobecker <brobecker@gnat.com>
Mon, 22 Apr 2002 10:19:35 +0000 (10:19 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 22 Apr 2002 10:19:35 +0000 (10:19 +0000)
commit0e931cf0eed83e9af7fe3eaf10de174d98c93bc0
tree08a679766ad2cab9e3177d783c53858dda89d06f
parente2f6d8e5e4989f5b1d93ec36896878d070baacff
    * symfile.h (get_section_index): Define.
        * symfile.c (get_section_index): New function.
        * mdebugread.c (SC_IS_SBSS): New macro.
        (SC_IS_BSS): Return true for the scBss storage class only, as
        the scSBss storage class refers to the .sbss section.
        (parse_partial_symbols): Discard the symbols which associated
        section does not exist.
        Make sure to use the .sbss section index for symbols which
        storage class is scBss, rather than using the .bss section index.
gdb/mdebugread.c
gdb/symfile.c