summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Green <mrg@redhat.com>2001-10-13 02:27:25 +0000
committerMatthew Green <mrg@redhat.com>2001-10-13 02:27:25 +0000
commitf2d7a4f1732d1e8f147002caeedbeae7cea2bf1d (patch)
treeba4c24ed26923754608141959bdc44d86a16a650
parentea7bdb74a8a052c02293e3f2bffd4e0fecb86a50 (diff)
downloadbinutils-redhat-f2d7a4f1732d1e8f147002caeedbeae7cea2bf1d.tar.gz
oops, fix an error in the previous entry.
-rw-r--r--include/opcode/ChangeLog5
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>