From: Tom Tromey Date: Wed, 16 Feb 2011 21:45:38 +0000 (+0000) Subject: * dwarf2loc.c (unimplemented): Fix typo. X-Git-Tag: cygwin-1_7_8-release~87 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ba1b3533cfbf635dbe40f8f5adad282dddab384;p=platform%2Fupstream%2Fbinutils.git * dwarf2loc.c (unimplemented): Fix typo. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 05a4843..d73e431 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2011-02-16 Tom Tromey + * dwarf2loc.c (unimplemented): Fix typo. + +2011-02-16 Tom Tromey + * dwarf2loc.c (unimplemented): Handle unnamed opcodes. (compile_dwarf_to_ax) : Use unimplemented. : Update. diff --git a/gdb/dwarf2loc.c b/gdb/dwarf2loc.c index f90335d..3a297c7 100644 --- 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); }