]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Reorder PPC_OPCODE_* and set PPC_OPCODE_TMR for e6500
authorAlan Modra <amodra@gmail.com>
Mon, 10 Apr 2017 22:13:21 +0000 (07:43 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 10 Apr 2017 22:13:21 +0000 (07:43 +0930)
commitc03dc33b606c17231e47f37ae0f00d1c9a6c0506
treed45a59e74286d672328f3b43e002262834b120e9
parentef85eab0ec3d7c88ea05047538d11fe704806cd8
Reorder PPC_OPCODE_* and set PPC_OPCODE_TMR for e6500

PPC_OPCODE_* renumbered to fill the gaps left by previous patches,
and reordered chronologically just because.  I kept PPC_OPCODE_TMR
because presumably it might be used in future APUinfo for e6500.

include/
* opcode/ppc.h (PPC_OPCODE_*): Renumber and order chronologically.
(PPC_OPCODE_SPE): Comment on this and other bits used for APUinfo.
opcodes/
* ppc-dis.c (ppc_opts): Formatting.  Set PPC_OPCODE_TMR for e6500.
* ppc-opc.c (powerpc_opcodes <mftmr, mttmr>): Remove now
unnecessary E6500.
include/ChangeLog
include/opcode/ppc.h
opcodes/ChangeLog
opcodes/ppc-dis.c
opcodes/ppc-opc.c