diff options
author | Alan Modra <amodra@gmail.com> | 2018-07-23 12:59:23 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-07-23 13:06:32 +0930 |
commit | bb71536f2841449252952ac4f759c1e0eca7e137 (patch) | |
tree | 3967dbc27b06424a6b6d6d93bcc2c7c7e22d501f /opcodes/ChangeLog | |
parent | cf4088a92f240b01e6db8f39a5a3abfa918f6f2c (diff) | |
download | gdb-bb71536f2841449252952ac4f759c1e0eca7e137.zip gdb-bb71536f2841449252952ac4f759c1e0eca7e137.tar.gz gdb-bb71536f2841449252952ac4f759c1e0eca7e137.tar.bz2 |
power9 mfupmc/mtupmc
PR 23419
* ppc-opc.c (powerpc_opcodes): Add mtupmc/mfupmc/mfpmc extended
opcode variants for mtspr/mfspr encodings.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 076af1f..9974d2f 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2018-07-23 Alan Modra <amodra@gmail.com> + + PR 23419 + * ppc-opc.c (powerpc_opcodes): Add mtupmc/mfupmc/mfpmc extended + opcode variants for mtspr/mfspr encodings. + 2018-07-20 Chenghua Xu <paul.hua.gm@gmail.com> Maciej W. Rozycki <macro@mips.com> |