Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Green <mrg@redhat.com>2001-10-13 06:27:25 +0400
committerMatthew Green <mrg@redhat.com>2001-10-13 06:27:25 +0400
commitf7ab43a74f574f074c13724b02c6cc66d960ea2a (patch)
tree3c2fbd6c3e69c8aa28721147f13cb32f6df56071
parent0cd692b40b130f034627982cced3278d10124b0d (diff)
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 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>