diff options
author | Alan Modra <amodra@gmail.com> | 2003-08-19 07:09:10 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-08-19 07:09:10 +0000 |
commit | 7d5b217e2c32d2a2864c1da3e6b28c6f57bfdc65 (patch) | |
tree | 48b6c537905054549e2ad01d439ec6aac7359d04 /opcodes/ChangeLog | |
parent | 68d23d21573e5226f5fdbd13c9831f4303206c68 (diff) | |
download | gdb-7d5b217e2c32d2a2864c1da3e6b28c6f57bfdc65.zip gdb-7d5b217e2c32d2a2864c1da3e6b28c6f57bfdc65.tar.gz gdb-7d5b217e2c32d2a2864c1da3e6b28c6f57bfdc65.tar.bz2 |
* ppc-opc.c (PPC440): Define.
(powerpc_opcodes): Allow mac*, mul*, nmac*, dccci, dcread, iccci,
icread instructions when PPC440. Add dlmzb instruction.
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 6f5bd4b..02a6d17 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2003-08-19 Alan Modra <amodra@bigpond.net.au> + + * ppc-opc.c (PPC440): Define. + (powerpc_opcodes): Allow mac*, mul*, nmac*, dccci, dcread, iccci, + icread instructions when PPC440. Add dlmzb instruction. + 2003-08-14 Alan Modra <amodra@bigpond.net.au> * dep-in.sed: Remove libintl.h. |