diff options
author | Matthew Green <mrg@redhat.com> | 2001-10-14 01:19:09 +0000 |
---|---|---|
committer | Matthew Green <mrg@redhat.com> | 2001-10-14 01:19:09 +0000 |
commit | 9fa87a061b790901650cffd1bb6ae59fb531a9d4 (patch) | |
tree | ba15fbd4f8c92b18fa39d193763bc068deadcbdf /opcodes/ChangeLog | |
parent | 07a796b857b2a3e500fbd12a05996a75a2b62df3 (diff) | |
download | gdb-9fa87a061b790901650cffd1bb6ae59fb531a9d4.zip gdb-9fa87a061b790901650cffd1bb6ae59fb531a9d4.tar.gz gdb-9fa87a061b790901650cffd1bb6ae59fb531a9d4.tar.bz2 |
[gas/testsuite/ChangeLog]
* gas/ppc/booke.s (rfci, wrtee, wrteei, mfdcrx, mfdcr, mtdcrx,
mtdcr, msync, dcba, mbar): New BookE tests.
* gas/ppc/booke.d: Update for new BookE tests.
[opcodes/ChangeLog]
* ppc-opc.c (MO): New macro for MO field of mbar instruction.
(powerpc_opcodes): Add rfci, wrtee, wrteei, mfdcrx, mfdcr,
mtdcrx, mtdcr, msync, dcba and mbar as BookE instructions.
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 6e97947..fc9f4ba 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2001-10-13 matthew green <mrg@redhat.com> + + * ppc-opc.c (MO): New macro for MO field of mbar instruction. + (powerpc_opcodes): Add rfci, wrtee, wrteei, mfdcrx, mfdcr, + mtdcrx, mtdcr, msync, dcba and mbar as BookE instructions. + 2001-10-13 Nick Clifton <nickc@cambridge.redhat.com> * cgen-ibld.in: Include safe-ctype.h in preference to |