mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +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>
|
2019-09-09 Phil Blundell <pb@pbcl.net>
|
||||||
|
|
||||||
binutils 2.33 branch created.
|
binutils 2.33 branch created.
|
||||||
|
@ -2325,7 +2325,7 @@ const struct m68k_opcode_alias m68k_opcode_aliases[] =
|
|||||||
{ "dbhsw", "dbcc", },
|
{ "dbhsw", "dbcc", },
|
||||||
{ "dbra", "dbf", },
|
{ "dbra", "dbf", },
|
||||||
{ "dbraw", "dbf", },
|
{ "dbraw", "dbf", },
|
||||||
{ "tdivsl", "divsl", },
|
{ "tdivsl", "divsll", },
|
||||||
{ "divs", "divsw", },
|
{ "divs", "divsw", },
|
||||||
{ "divu", "divuw", },
|
{ "divu", "divuw", },
|
||||||
{ "ext", "extw", },
|
{ "ext", "extw", },
|
||||||
@ -2435,7 +2435,7 @@ const struct m68k_opcode_alias m68k_opcode_aliases[] =
|
|||||||
{ "movsw", "movesw", },
|
{ "movsw", "movesw", },
|
||||||
{ "mov3q", "mov3ql", },
|
{ "mov3q", "mov3ql", },
|
||||||
|
|
||||||
{ "tdivul", "divul", }, /* For m68k-svr4. */
|
{ "tdivul", "divull", }, /* For m68k-svr4. */
|
||||||
{ "fmovb", "fmoveb", },
|
{ "fmovb", "fmoveb", },
|
||||||
{ "fsmovb", "fsmoveb", },
|
{ "fsmovb", "fsmoveb", },
|
||||||
{ "fdmovb", "fdmoveb", },
|
{ "fdmovb", "fdmoveb", },
|
||||||
|
Reference in New Issue
Block a user