aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2loc.c
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-10-16 08:46:58 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-10-16 08:46:58 +0000
commit6235cdd10c1e90d69ca7faf417e06bd5cc796f2c (patch)
tree7219ae3512006b3c000d260a17809c04615f22b6 /gdb/dwarf2loc.c
parent65e911f9f068d3f171c4b5e17bdbfdc3e2a23037 (diff)
downloadgdb-6235cdd10c1e90d69ca7faf417e06bd5cc796f2c.zip
gdb-6235cdd10c1e90d69ca7faf417e06bd5cc796f2c.tar.gz
gdb-6235cdd10c1e90d69ca7faf417e06bd5cc796f2c.tar.bz2
gdb/
* dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
Diffstat (limited to 'gdb/dwarf2loc.c')
-rw-r--r--gdb/dwarf2loc.c3
1 files changed, 0 insertions, 3 deletions
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);