* dwarf2loc.c (unimplemented): Fix typo.
authorTom Tromey <tromey@redhat.com>
Wed, 16 Feb 2011 21:45:38 +0000 (21:45 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 16 Feb 2011 21:45:38 +0000 (21:45 +0000)
gdb/ChangeLog
gdb/dwarf2loc.c

index 05a4843..d73e431 100644 (file)
@@ -1,5 +1,9 @@
 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.
        (compile_dwarf_to_ax) <default>: Use unimplemented.
        <DW_OP_deref>: Update.
index f90335d..3a297c7 100644 (file)
@@ -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);
 }