This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FYI: tweaks to error w/ unimplemented opcodes


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);
 }
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]