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:
b1bfef6
)
* dwarf2loc.c (unimplemented): Fix typo.
author
Tom Tromey
<tromey@redhat.com>
Wed, 16 Feb 2011 21:45:38 +0000
(21:45 +0000)
committer
Tom Tromey
<tromey@redhat.com>
Wed, 16 Feb 2011 21:45:38 +0000
(21:45 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/dwarf2loc.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 05a4843fef071271a3c2e452b9625eda9f8c39f1..d73e4315803716dac6cf8e5ae20f804da28783b4 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2011-02-16 Tom Tromey <tromey@redhat.com>
+
+ * dwarf2loc.c (unimplemented): Fix typo.
+
2011-02-16 Tom Tromey <tromey@redhat.com>
* dwarf2loc.c (unimplemented): Handle unnamed opcodes.
diff --git
a/gdb/dwarf2loc.c
b/gdb/dwarf2loc.c
index f90335dfc942b3b2597e6f6b0233bfb52236199b..3a297c7fcfabe9cd05654405d8050815b78494ce 100644
(file)
--- a/
gdb/dwarf2loc.c
+++ b/
gdb/dwarf2loc.c
@@
-1340,7
+1340,8
@@
unimplemented (unsigned int op)
error (_("DWARF operator %s cannot be translated to an agent expression"),
name);
else
- error (_("Unknown DWARF operator 0x%02x cannot be to an agent expression"),
+ error (_("Unknown DWARF operator 0x%02x cannot be translated "
+ "to an agent expression"),
op);
}