aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorTomer Levi <Tomer.Levi@nsc.com>2004-10-25 09:44:27 +0000
committerTomer Levi <Tomer.Levi@nsc.com>2004-10-25 09:44:27 +0000
commit645ea12c4662a912b80533fc55c4e324c3a8897e (patch)
tree8283e1bd9333e8631e305827fb3f130a3b4a09af /include/ChangeLog
parentf40d685589a2be86d391644afc45cd37c7258eba (diff)
downloadgdb-645ea12c4662a912b80533fc55c4e324c3a8897e.zip
gdb-645ea12c4662a912b80533fc55c4e324c3a8897e.tar.gz
gdb-645ea12c4662a912b80533fc55c4e324c3a8897e.tar.bz2
2004-10-21 Tomer Levi <Tomer.Levi@nsc.com>
* opcode/crx.h (operand_type): Remove redundant types i3, i4, i5, i8, i12. Add new unsigned immediate types us3, us4, us5, us16.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 53935ec..48398d7 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-21 Tomer Levi <Tomer.Levi@nsc.com>
+
+ * opcode/crx.h (operand_type): Remove redundant types i3, i4,
+ i5, i8, i12.
+ Add new unsigned immediate types us3, us4, us5, us16.
+
2004-10-21 H.J. Lu <hongjiu.lu@intel.com>
PR 463