projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2dd705
)
* dwarf2expr.c (execute_stack_op) <DW_OP_GNU_uninit>: Fix typo in
author
Tom Tromey
<tromey@redhat.com>
Mon, 23 Mar 2009 21:06:08 +0000
(21:06 +0000)
committer
Tom Tromey
<tromey@redhat.com>
Mon, 23 Mar 2009 21:06:08 +0000
(21:06 +0000)
error message.
gdb/ChangeLog
patch
|
blob
|
history
gdb/dwarf2expr.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 6d5d9caa3007d5dce89882f450580e258073efff..8a6a934d0deaf308455cf09f7b12f6229a1b108a 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,8
@@
+2009-03-23 Tom Tromey <tromey@redhat.com>
+
+ * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_uninit>: Fix typo in
+ error message.
+
2009-03-23 Paul Pluzhnikov <ppluzhnikov@google.com>
* breakpoint.c (disable_breakpoints_in_unloaded_shlib): Use
diff --git
a/gdb/dwarf2expr.c
b/gdb/dwarf2expr.c
index 75a4ec73aadb8d6cdf56cb8c684d0e8a8fe07d08..e2e106ba849020c1a6f9705fddb346f4366074c7 100644
(file)
--- a/
gdb/dwarf2expr.c
+++ b/
gdb/dwarf2expr.c
@@
-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_unin
i
t must always "
"be the very last op."));
ctx->initialized = 0;