From: Jan Kratochvil Date: Tue, 16 Oct 2012 08:46:58 +0000 (+0000) Subject: gdb/ X-Git-Tag: sid-snapshot-20121101~146 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6235cdd10c1e90d69ca7faf417e06bd5cc796f2c;p=platform%2Fupstream%2Fbinutils.git gdb/ * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8e5c37c..579defd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2012-10-16 Jan Kratochvil + + * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment. + 2012-10-15 Doug Evans New option -nh: inhibit loading of ~/.gdbinit. diff --git a/gdb/dwarf2loc.c b/gdb/dwarf2loc.c index 0bdc042..cadcc17 100644 --- a/gdb/dwarf2loc.c +++ b/gdb/dwarf2loc.c @@ -989,9 +989,6 @@ dwarf_expr_reg_to_entry_parameter (struct frame_info *frame, struct call_site_parameter *parameter = NULL; CORE_ADDR target_addr; - /* Skip any inlined frames, entry value call sites work between real - functions. They do not make sense between inline functions as even PC - does not change there. */ while (get_frame_type (frame) == INLINE_FRAME) { frame = get_prev_frame (frame);