Add 'add" as an offial alias for "addu"
authorNick Clifton <nickc@redhat.com>
Fri, 21 Jan 2000 00:27:29 +0000 (00:27 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 21 Jan 2000 00:27:29 +0000 (00:27 +0000)
opcodes/ChangeLog
opcodes/mcore-opc.h

index bc0b4f2f55bb409cd5364d45484b0cd5d0ecce90..30886d4393d230c4c4e6382b3083c9ac4533e3d3 100644 (file)
@@ -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.
index 0980412522633a51b1b78f37056745a5f43cddf6..e0bc333b4c17c6bc279cc26737729247c01b0476 100644 (file)
@@ -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 },
This page took 0.027218 seconds and 4 git commands to generate.