diff options
author | Alan Modra <amodra@gmail.com> | 2015-12-07 13:14:05 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-12-07 13:14:05 +1030 |
commit | dd2887fc3de48f6261d34208a0132122f05d7ef4 (patch) | |
tree | 88fbe06e1d2b5465dd26136feb7ca14e804a3b0e /opcodes/ChangeLog | |
parent | 2b213129c51f4a6c4525120319d9aceb04483ab4 (diff) | |
download | gdb-dd2887fc3de48f6261d34208a0132122f05d7ef4.zip gdb-dd2887fc3de48f6261d34208a0132122f05d7ef4.tar.gz gdb-dd2887fc3de48f6261d34208a0132122f05d7ef4.tar.bz2 |
Reorder some power9 insns
The idea being to put instructions that have the same encoding adjacent
to each other.
* opcodes/ppc-opc.c (powerpc_opcodes): Sort power9 insns by
major opcode/xop.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 7c99b06..223fb60 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2015-12-07 Alan Modra <amodra@gmail.com> + + * opcodes/ppc-opc.c (powerpc_opcodes): Sort power9 insns by + major opcode/xop. + 2015-12-04 Claudiu Zissulescu <claziss@synopsys.com> * arc-dis.c (special_flag_p): Match full mnemonic. |