Add 'add" as an offial alias for "addu"

This commit is contained in:
Nick Clifton 2000-01-21 00:27:29 +00:00
parent ba8c44fcf6
commit 06b53c1bff
2 changed files with 5 additions and 0 deletions

View 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.

View 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 },