mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
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:

committed by
Nick Clifton

parent
2d60161648
commit
8063ab7e37
@ -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.
|
||||
|
@ -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", },
|
||||
|
Reference in New Issue
Block a user