From f7ab43a74f574f074c13724b02c6cc66d960ea2a Mon Sep 17 00:00:00 2001 From: Matthew Green Date: Sat, 13 Oct 2001 02:27:25 +0000 Subject: [PATCH] oops, fix an error in the previous entry. --- include/opcode/ChangeLog | 5 +++-- 1 file 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 - * 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