Skip to content

Commit

Permalink
* dwarf2expr.c (execute_stack_op) <DW_OP_GNU_uninit>: Fix typo in
Browse files Browse the repository at this point in the history
	error message.
  • Loading branch information
Tom Tromey committed Mar 23, 2009
1 parent e2dd705 commit 9c48203
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions gdb/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2009-03-23 Tom Tromey <[email protected]>

* dwarf2expr.c (execute_stack_op) <DW_OP_GNU_uninit>: Fix typo in
error message.

2009-03-23 Paul Pluzhnikov <[email protected]>

* breakpoint.c (disable_breakpoints_in_unloaded_shlib): Use
Expand Down
2 changes: 1 addition & 1 deletion gdb/dwarf2expr.c
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ execute_stack_op (struct dwarf_expr_context *ctx,

case DW_OP_GNU_uninit:
if (op_ptr != op_end)
error (_("DWARF-2 expression error: DW_OP_GNU_unint must always "
error (_("DWARF-2 expression error: DW_OP_GNU_uninit must always "
"be the very last op."));

ctx->initialized = 0;
Expand Down

0 comments on commit 9c48203

Please sign in to comment.