diff options
author | Geoffrey Keating <geoffk@geoffk.org> | 2000-08-31 06:48:49 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@geoffk.org> | 2000-08-31 06:48:49 +0000 |
commit | e0c216497193db832f45788426cce93937a28b8d (patch) | |
tree | 2b47ff5919001dd2bc91a1fa596dd832d240fc98 /opcodes/ChangeLog | |
parent | cf39a089d6e4ad6ed14a8329077f01c12b2bf9fd (diff) | |
download | gdb-e0c216497193db832f45788426cce93937a28b8d.zip gdb-e0c216497193db832f45788426cce93937a28b8d.tar.gz gdb-e0c216497193db832f45788426cce93937a28b8d.tar.bz2 |
In src/gas/ChangeLog:
2000-08-30 Mark Hatle <mhatle@mvista.com>
* config/tc-ppc.c (md_parse_option): Recognize -m405.
In src/opcodes/ChangeLog:
2000-08-30 Mark Hatle <mhatle@mvista.com>
* ppc-opc.c Add XTLB macro for a few PPC 4xx extended mnemonics.
(powerpc_opcodes): Add table entries for PPC 405 instructions.
Changed rfci, icbt, mfdcr, dccci, mtdcr, iccci from PPC to PPC403
instructions.
Added extended mnemonic mftbl as defined in the 405GP manual
for all PPCs.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index e76f928..5eace4a 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +2000-08-28 Mark Hatle <mhatle@mvista.com> + + * ppc-opc.c: Add XTLB macro for a few PPC 4xx extended mnemonics. + (powerpc_opcodes): Add table entries for PPC 405 instructions. + Changed rfci, icbt, mfdcr, dccci, mtdcr, iccci from PPC to PPC403 + instructions. Added extended mnemonic mftbl as defined in the + 405GP manual for all PPCs. + 2000-08-30 Kazu Hirata <kazu@hxi.com> * tic80-dis.c: Fix formatting. |