aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2017-04-11 07:43:21 +0930
committerAlan Modra <amodra@gmail.com>2017-04-11 07:43:21 +0930
commitc03dc33b606c17231e47f37ae0f00d1c9a6c0506 (patch)
treed45a59e74286d672328f3b43e002262834b120e9 /include/ChangeLog
parentef85eab0ec3d7c88ea05047538d11fe704806cd8 (diff)
downloadgdb-c03dc33b606c17231e47f37ae0f00d1c9a6c0506.zip
gdb-c03dc33b606c17231e47f37ae0f00d1c9a6c0506.tar.gz
gdb-c03dc33b606c17231e47f37ae0f00d1c9a6c0506.tar.bz2
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.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index aa2d317..b0e30ab 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -3,6 +3,8 @@
* opcode/ppc.h (PPC_OPCODE_ALTIVEC2): Delete.
(PPC_OPCODE_VSX3): Delete.
(PPC_OPCODE_HTM): Delete.
+ (PPC_OPCODE_*): Renumber and order chronologically.
+ (PPC_OPCODE_SPE): Comment on this and other bits used for APUinfo.
2017-04-06 Pip Cet <pipcet@gmail.com>