summaryrefslogtreecommitdiff
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
commit2d5587fd631a19d2af39c6c1f301a66a5e2b8648 (patch)
tree6e312efc2091b669ec2a83d6b1fb458166c0eda9
parentdf4bf827bd6984dc59ea2e8f6fbb407be900d089 (diff)
downloadbinutils-redhat-2d5587fd631a19d2af39c6c1f301a66a5e2b8648.tar.gz
Add 'add" as an offial alias for "addu"
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/mcore-opc.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index bc0b4f2f55..30886d4393 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2000-01-20 Nick Clifton <nickc@cygnus.com>
+
+ * mcore-opc.h (mcore_table): Add "add" as an alias for "addu".
+
2000-01-03 Nick Clifton <nickc@cygnus.com>
* arm-dis.c (streq): New macro.
diff --git a/opcodes/mcore-opc.h b/opcodes/mcore-opc.h
index 0980412522..e0bc333b4c 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 },