aboutsummaryrefslogtreecommitdiff
path: root/include
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
commit0716ce0d22301daf22bc3a50f147daa5dfda1efa (patch)
treea7f8f4e43a59533b706dbe385a1c70f498658cc4 /include
parent418c17428467b9fbf59a61493d353d7edf1aed4a (diff)
downloadgdb-0716ce0d22301daf22bc3a50f147daa5dfda1efa.zip
gdb-0716ce0d22301daf22bc3a50f147daa5dfda1efa.tar.gz
gdb-0716ce0d22301daf22bc3a50f147daa5dfda1efa.tar.bz2
oops, fix an error in the previous entry.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index bce864b..690b19c 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>