From: Nick Clifton Date: Fri, 21 Jan 2000 00:27:29 +0000 (+0000) Subject: Add 'add" as an offial alias for "addu" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=06b53c1bff55150114af371602cb278d5325cf4e;p=binutils-gdb.git Add 'add" as an offial alias for "addu" --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index bc0b4f2f55b..30886d4393d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2000-01-20 Nick Clifton + + * mcore-opc.h (mcore_table): Add "add" as an alias for "addu". + 2000-01-03 Nick Clifton * arm-dis.c (streq): New macro. 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 },