Use the correct alias for the M68K tdiv instruction.

PR 24982
	* m68k-opc.c: Correct aliases for tdivsl and tdivul.
This commit is contained in:
Miod Vallat
2019-09-10 17:17:01 +01:00
committed by Nick Clifton
parent 2d60161648
commit 8063ab7e37
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2019-09-10 Miod Vallat <miod@online.fr>
PR 24982
* m68k-opc.c: Correct aliases for tdivsl and tdivul.
2019-09-09 Phil Blundell <pb@pbcl.net>
binutils 2.33 branch created.

View File

@ -2325,7 +2325,7 @@ const struct m68k_opcode_alias m68k_opcode_aliases[] =
{ "dbhsw", "dbcc", },
{ "dbra", "dbf", },
{ "dbraw", "dbf", },
{ "tdivsl", "divsl", },
{ "tdivsl", "divsll", },
{ "divs", "divsw", },
{ "divu", "divuw", },
{ "ext", "extw", },
@ -2435,7 +2435,7 @@ const struct m68k_opcode_alias m68k_opcode_aliases[] =
{ "movsw", "movesw", },
{ "mov3q", "mov3ql", },
{ "tdivul", "divul", }, /* For m68k-svr4. */
{ "tdivul", "divull", }, /* For m68k-svr4. */
{ "fmovb", "fmoveb", },
{ "fsmovb", "fsmoveb", },
{ "fdmovb", "fdmoveb", },