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 | f2d7a4f1732d1e8f147002caeedbeae7cea2bf1d (patch) | |
tree | ba4c24ed26923754608141959bdc44d86a16a650 | |
parent | ea7bdb74a8a052c02293e3f2bffd4e0fecb86a50 (diff) | |
download | binutils-redhat-f2d7a4f1732d1e8f147002caeedbeae7cea2bf1d.tar.gz |
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 bce864b2e9..690b19ce05 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> |