summaryrefslogtreecommitdiff
path: root/opcodes/mcore-opc.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-01-21 00:27:29 +0000
committerNick Clifton <nickc@redhat.com>2000-01-21 00:27:29 +0000
commit06b53c1bff55150114af371602cb278d5325cf4e (patch)
treebadaeb1cc4f577bbd40649d706c1d7c03efa7367 /opcodes/mcore-opc.h
parentba8c44fcf65775dbcf323c64ceda2f4b93dca492 (diff)
downloadbinutils-gdb-06b53c1bff55150114af371602cb278d5325cf4e.tar.gz
Add 'add" as an offial alias for "addu"
Diffstat (limited to 'opcodes/mcore-opc.h')
-rw-r--r--opcodes/mcore-opc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/mcore-opc.h b/opcodes/mcore-opc.h
index 09804125226..e0bc333b4c1 100644
--- a/opcodes/mcore-opc.h
+++ b/opcodes/mcore-opc.h
@@ -109,6 +109,7 @@ mcore_opcode_info mcore_table[] =
{ "asr", O2, 0, 0x1A00 },
{ "lsl", O2, 0, 0x1B00 },
{ "addu", O2, 0, 0x1C00 },
+ { "add", O2, 0, 0x1C00 }, /* Official alias. */
{ "ixh", O2, 0, 0x1D00 },
{ "or", O2, 0, 0x1E00 },
{ "andn", O2, 0, 0x1F00 },