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:
authorSvein Seldal <Svein.Seldal@solidas.com>2002-11-19 14:59:12 +0300
committerSvein Seldal <Svein.Seldal@solidas.com>2002-11-19 14:59:12 +0300
commitdfac831ba8c0eff021a79411038cdff7627a11e3 (patch)
tree4e78ea1cb8a2ea6d82b947c7c198ee7646835ab7
parent4b45d8a6f3dfaedd0c6aab8cac0b4931db5a8e74 (diff)
Fixed LDHI constraint
-rw-r--r--include/opcode/ChangeLog4
-rw-r--r--include/opcode/tic4x.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 51027dcdd..65536009e 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-19 Svein E. Seldal <Svein.Seldal@solidas.com>
+
+ * tic4x.h (c4x_insts): Fixed LDHI constraint
+
2002-11-18 Klee Dienes <kdienes@apple.com>
* h8300.h (h8_opcode): Remove 'length' field.
diff --git a/include/opcode/tic4x.h b/include/opcode/tic4x.h
index 404a740b7..214965df3 100644
--- a/include/opcode/tic4x.h
+++ b/include/opcode/tic4x.h
@@ -951,8 +951,8 @@ static const c4x_inst_t c4x_insts[] =
P_CLASS_INSN( "ldf", "stf", 0xd8000000, OP_C3X ),
BB_CLASS_INSN( "ldfC", 0x00000000, OP_C3X ),
B6_CLASS_INSN( "ldfi", 0x07800000, OP_C3X ),
- { "ldhi", 0x1fe00000, 0xffe00000, "U,r" , OP_C4X }, /* Z_CLASS */
- { "ldhi", 0x1fe00000, 0xffe00000, "#,r" , OP_C4X }, /* Z_CLASS */
+ { "ldhi", 0x1fe00000, 0xffe00000, "U,R" , OP_C4X }, /* Z_CLASS */
+ { "ldhi", 0x1fe00000, 0xffe00000, "#,R" , OP_C4X }, /* Z_CLASS */
A_CLASS_INSN( "ldi", 0x08000000, OP_C3X ),
LL_CLASS_INSN( "ldi", 0xc6000000, OP_C3X ),
P_CLASS_INSN( "ldi", "sti", 0xda000000, OP_C3X ),