* mt.opc (parse_imm16): Apply 2007-09-26 opcodes/mt-asm.c change
authorAlan Modra <amodra@gmail.com>
Tue, 29 Jan 2008 03:50:23 +0000 (03:50 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 29 Jan 2008 03:50:23 +0000 (03:50 +0000)
to source.

cpu/ChangeLog
cpu/mt.opc

index d2b0d0f137f49c483a0cb27017726dfd0b97c3c3..707c5855600fc40fc347257f7b0ed10ca6ed8090 100644 (file)
@@ -1,3 +1,8 @@
+2008-01-29  Alan Modra  <amodra@bigpond.net.au>
+
+       * mt.opc (parse_imm16): Apply 2007-09-26 opcodes/mt-asm.c change
+       to source.
+
 2007-10-22  Hans-Peter Nilsson  <hp@axis.com>
 
        * cris.cpu (movs, movu): Use result of extension operation when
index b78668f08a76054b1b252caebe3a648d97ca4a8a..8be9bf2ea68dc4240f195a669aea9484743e042b 100644 (file)
@@ -1,5 +1,5 @@
 /* Morpho Technologies mRISC opcode support, for GNU Binutils.  -*- C -*-
-   Copyright 2001, 2007 Free Software Foundation, Inc.
+   Copyright 2001, 2007, 2008 Free Software Foundation, Inc.
 
    Contributed by Red Hat Inc; developed under contract from
    Morpho Technologies.
@@ -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;
              }
         }
This page took 0.024683 seconds and 4 git commands to generate.