From: Tom Tromey Date: Mon, 14 Mar 2011 15:58:56 +0000 (+0000) Subject: PR gdb/12576: X-Git-Tag: cgen-snapshot-20110401~273 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37b50a69d65e0c5176fd454436569504d3152f1d;p=platform%2Fupstream%2Fbinutils.git PR gdb/12576: * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'. (needs_frame_dwarf_call): Likewise. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 13df3dc..19294a7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2011-03-14 Tom Tromey + + PR gdb/12576: + * dwarf2loc.c (dwarf_expr_dwarf_call): Remove 'return'. + (needs_frame_dwarf_call): Likewise. + 2011-03-14 Pierre Muller Fix ARI warning about functions without parameters that do not diff --git a/gdb/dwarf2loc.c b/gdb/dwarf2loc.c index 0c4d834..f90ee71 100644 --- a/gdb/dwarf2loc.c +++ b/gdb/dwarf2loc.c @@ -282,8 +282,8 @@ dwarf_expr_dwarf_call (struct dwarf_expr_context *ctx, size_t die_offset) { struct dwarf_expr_baton *debaton = ctx->baton; - return per_cu_dwarf_call (ctx, die_offset, debaton->per_cu, - ctx->get_frame_pc, ctx->baton); + per_cu_dwarf_call (ctx, die_offset, debaton->per_cu, + ctx->get_frame_pc, ctx->baton); } struct piece_closure @@ -1274,8 +1274,8 @@ needs_frame_dwarf_call (struct dwarf_expr_context *ctx, size_t die_offset) { struct needs_frame_baton *nf_baton = ctx->baton; - return per_cu_dwarf_call (ctx, die_offset, nf_baton->per_cu, - ctx->get_frame_pc, ctx->baton); + per_cu_dwarf_call (ctx, die_offset, nf_baton->per_cu, + ctx->get_frame_pc, ctx->baton); } /* Return non-zero iff the location expression at DATA (length SIZE)