diff options
author | Alan Modra <amodra@gmail.com> | 2008-04-14 11:01:38 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-04-14 11:01:38 +0000 |
commit | 19a6653ce8c6d8a76586a54f3c0396063de5f987 (patch) | |
tree | adaff4ba47526fb3747e9f0b91dc95d09578b936 /opcodes/ChangeLog | |
parent | e2208220008a968fa98c03851a5e1eda4684ff2b (diff) | |
download | gdb-19a6653ce8c6d8a76586a54f3c0396063de5f987.zip gdb-19a6653ce8c6d8a76586a54f3c0396063de5f987.tar.gz gdb-19a6653ce8c6d8a76586a54f3c0396063de5f987.tar.bz2 |
ppc e500mc support
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index e84536a..f92aed1 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,13 @@ +2008-04-14 Edmar Wienskoski <edmar@freescale.com> + + * ppc-dis.c (powerpc_dialect): Handle "e500mc". Extend "e500" to + accept Power E500MC instructions. + (print_ppc_disassembler_options): Document -Me500mc. + * ppc-opc.c (DUIS, DUI, T): New. + (XRT, XRTRA): Likewise. + (E500MC): Likewise. + (powerpc_opcodes): Add new Power E500MC instructions. + 2008-04-10 Andreas Krebbel <krebbel1@de.ibm.com> * s390-dis.c (init_disasm): Evaluate disassembler_options. |