FYI: tweaks to error w/ unimplemented opcodes

Tom Tromey tromey@redhat.com
Wed Feb 16 21:59:00 GMT 2011


Tom> I will fix it shortly.

Here is what I am committing.

Tom

2011-02-16  Tom Tromey  <tromey@redhat.com>

	* dwarf2loc.c (unimplemented): Fix typo.

Index: dwarf2loc.c
===================================================================
RCS file: /cvs/src/src/gdb/dwarf2loc.c,v
retrieving revision 1.105
diff -u -r1.105 dwarf2loc.c
--- dwarf2loc.c	16 Feb 2011 21:32:05 -0000	1.105
+++ dwarf2loc.c	16 Feb 2011 21:44:36 -0000
@@ -1340,7 +1340,8 @@
     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);
 }
 



More information about the Gdb-patches mailing list