This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

Apply mt-asm.c patch to source


opcodes/mt-asm.c is a generated file.

	* mt.opc (parse_imm16): Apply 2007-09-26 opcodes/mt-asm.c change
	to source.

Index: cpu/mt.opc
===================================================================
RCS file: /cvs/src/src/cpu/mt.opc,v
retrieving revision 1.3
diff -u -p -r1.3 mt.opc
--- cpu/mt.opc	5 Jul 2007 09:49:03 -0000	1.3
+++ cpu/mt.opc	29 Jan 2008 01:13:28 -0000
@@ -190,7 +190,7 @@ parse_imm16 (CGEN_CPU_DESC cd,
 	       break;
 
 	     default:
-	       errmsg = _("%operator operand is not a symbol");
+	       errmsg = _("The percent-operator's operand is not a symbol");
 	       break;
              }
 	 }

-- 
Alan Modra
Australia Development Lab, IBM


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