diff options
author | Anton Blanchard <anton@samba.org> | 2015-09-22 15:39:24 +1000 |
---|---|---|
committer | Anton Blanchard <anton@samba.org> | 2015-09-22 16:10:14 +1000 |
commit | 6dca4fd141fd0b9fe0ea662295833b8ed43cb4e8 (patch) | |
tree | f6147950a00a9554608429e7859df8a052890acf /opcodes/ChangeLog | |
parent | c8b187ea07f534bac147cbbc44dd08925f5734b0 (diff) | |
download | gdb-6dca4fd141fd0b9fe0ea662295833b8ed43cb4e8.zip gdb-6dca4fd141fd0b9fe0ea662295833b8ed43cb4e8.tar.gz gdb-6dca4fd141fd0b9fe0ea662295833b8ed43cb4e8.tar.bz2 |
opcodes/ppc-opc.c: Add dscr and ctrl SPR mnemonics
opcodes/
* ppc-opc.c (powerpc_opcodes): Add mfdscr, mfctrl, mtdscr and mtctrl.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 2a9795e..dc3627e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2015-09-22 Anton Blanchard <anton@samba.org> + + * ppc-opc.c (powerpc_opcodes): Add mfdscr, mfctrl, mtdscr and mtctrl. + 2015-08-25 Jose E. Marchesi <jose.marchesi@oracle.com> * sparc-dis.c (print_insn_sparc): Handle the privileged register |