]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* NEWS: Mention below.
authorAndrew Cagney <cagney@redhat.com>
Sun, 16 Jun 2002 14:13:59 +0000 (14:13 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 16 Jun 2002 14:13:59 +0000 (14:13 +0000)
commit59ae08eb557ee2e7b6f4447e7a200e310ac4c25f
tree727659e65876e4e9f3fda74ed0876e73c04a4227
parent4279ab99e047c954e799e6e391e429f336fe04f8
* NEWS: Mention below.

Merge from mainline:
2002-04-22 J. Brobecker <brobecker@gnat.com>:
* 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/ChangeLog
gdb/NEWS
gdb/mdebugread.c
gdb/symfile.c
gdb/symfile.h