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
commit8d214ea21f6df9763607b92b456ef94b43b73a4e (patch)
tree547e215fa5db7b17e6d3651aa7ae70e891fb6a50 /include/ChangeLog
parent244cbd6bdaf79f2ba66cfebbd53dc4d3b2c7d4d7 (diff)
downloadnewlib-8d214ea21f6df9763607b92b456ef94b43b73a4e.zip
newlib-8d214ea21f6df9763607b92b456ef94b43b73a4e.tar.gz
newlib-8d214ea21f6df9763607b92b456ef94b43b73a4e.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