From afbd7f58cb51d21252f321da3bdf24bcf2466c5a Mon Sep 17 00:00:00 2001 From: drow Date: Sat, 7 Feb 2009 20:41:09 +0000 Subject: [PATCH] * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and highpc inside the loop. Only call addrmap_set_empty if the compilation unit had DW_AT_high_pc and DW_AT_low_pc. Update call to scan_partial_symbols. (scan_partial_symbols): Take NEED_PC argument and pass it along with LOWPC and HIGHPC. (add_partial_namespace): Take NEED_PC argument and pass it through. (add_partial_subprogram): Take NEED_PC argument. Update the addrmap if necessary. --- gdb/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 83164e964b..42872b02f6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +2009-02-07 Daniel Jacobowitz + + * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and highpc + inside the loop. Only call addrmap_set_empty if the compilation unit + had DW_AT_high_pc and DW_AT_low_pc. Update call to + scan_partial_symbols. + (scan_partial_symbols): Take NEED_PC argument and pass it along with + LOWPC and HIGHPC. + (add_partial_namespace): Take NEED_PC argument and pass it through. + (add_partial_subprogram): Take NEED_PC argument. Update the addrmap + if necessary. + 2009-02-07 Pedro Alves * NEWS: Mention inspecting extra signal information, $_siginfo, -- 2.11.0