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 /gas/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 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index e6dcb22..c998a5f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2000-08-30 Mark Hatle <mhatle@mvista.com> + + * config/tc-ppc.c (md_parse_option): Recognize -m405. + 2000-08-31 Kazu Hirata <kazu@hxi.com> * listing.c: Fix formatting. |