OSDN Git Service

Properly track the size of the current objfile's .debug_line section.
authorJim Blandy <jimb@codesourcery.com>
Fri, 10 May 2002 17:03:25 +0000 (17:03 +0000)
committerJim Blandy <jimb@codesourcery.com>
Fri, 10 May 2002 17:03:25 +0000 (17:03 +0000)
commiteb8439cfb2de0186d6f8c42b0396a790d61d63d3
tree3368f8ae9a924393fb9ea1f79deccaafc243b749
parent9813b58bb735e42f06d389075cce62ae4fdd128b
Properly track the size of the current objfile's .debug_line section.
* dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
(DWARF_LINE_SIZE): New macro.
(dwarf2_build_psymtabs_hard): Record the line section's size in
the partial symbol table.
(psymtab_to_symtab_1): Restore dwarf_line_size from the partial
symbol table.
gdb/ChangeLog
gdb/dwarf2read.c