diff options
author | Matthew Green <mrg@redhat.com> | 2001-10-13 02:27:25 +0000 |
---|---|---|
committer | Matthew Green <mrg@redhat.com> | 2001-10-13 02:27:25 +0000 |
commit | f7ab43a74f574f074c13724b02c6cc66d960ea2a (patch) | |
tree | 3c2fbd6c3e69c8aa28721147f13cb32f6df56071 | |
parent | 0cd692b40b130f034627982cced3278d10124b0d (diff) | |
download | cygnal-f7ab43a74f574f074c13724b02c6cc66d960ea2a.tar.gz cygnal-f7ab43a74f574f074c13724b02c6cc66d960ea2a.tar.bz2 cygnal-f7ab43a74f574f074c13724b02c6cc66d960ea2a.zip |
oops, fix an error in the previous entry.
-rw-r--r-- | include/opcode/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index bce864b2e..690b19ce0 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,7 +1,8 @@ 2001-10-12 matthew green <mrg@redhat.com> - * ppc.h (PPC_OPCODE_BOOKE, PPC_OPCODE_403): New opcode flags for - BookE and PowerPC403 instructions. + * ppc.h (PPC_OPCODE_BOOKE, PPC_OPCODE_BOOKE64, PPC_OPCODE_403): New + opcode flags for BookE 32-bit, BookE 64-bit and PowerPC 403 + instructions, respectively. 2001-09-27 Nick Clifton <nickc@cambridge.redhat.com> |