summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2008-01-29 03:50:23 +0000
committerAlan Modra <amodra@bigpond.net.au>2008-01-29 03:50:23 +0000
commitf8f65fd79fa302c7b77b6a46974b83a555f74561 (patch)
tree85e6bff39099cb1d62632cc2cd177d4623b9b3d6 /cpu
parentde8488483498aae47d51a3cafcfc9b86bfe046c6 (diff)
downloadbinutils-redhat-f8f65fd79fa302c7b77b6a46974b83a555f74561.tar.gz
* mt.opc (parse_imm16): Apply 2007-09-26 opcodes/mt-asm.c change
to source.
Diffstat (limited to 'cpu')
-rw-r--r--cpu/ChangeLog5
-rw-r--r--cpu/mt.opc4
2 files changed, 7 insertions, 2 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog
index d2b0d0f137..707c585560 100644
--- a/cpu/ChangeLog
+++ b/cpu/ChangeLog
@@ -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
diff --git a/cpu/mt.opc b/cpu/mt.opc
index b78668f08a..8be9bf2ea6 100644
--- a/cpu/mt.opc
+++ b/cpu/mt.opc
@@ -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;
}
}