projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f4d395
)
2005-05-07 H.J. Lu <hongjiu.lu@intel.com>
author
H.J. Lu
<hjl.tools@gmail.com>
Sat, 7 May 2005 13:26:28 +0000
(13:26 +0000)
committer
H.J. Lu
<hjl.tools@gmail.com>
Sat, 7 May 2005 13:26:28 +0000
(13:26 +0000)
* d10v-dis.c (dis_2_short): Support 64bit host.
opcodes/ChangeLog
patch
|
blob
|
history
opcodes/d10v-dis.c
patch
|
blob
|
history
diff --git
a/opcodes/ChangeLog
b/opcodes/ChangeLog
index 9124e8a9487ec4743da8b9cc8d485bffcb878db3..30956eb81e2b06975eb1ecaf4dd0c2ffc6d4857d 100644
(file)
--- a/
opcodes/ChangeLog
+++ b/
opcodes/ChangeLog
@@
-1,3
+1,7
@@
+2005-05-07 H.J. Lu <hongjiu.lu@intel.com>
+
+ * d10v-dis.c (dis_2_short): Support 64bit host.
+
2005-05-07 Nick Clifton <nickc@redhat.com>
* po/nl.po: Updated translation.
diff --git
a/opcodes/d10v-dis.c
b/opcodes/d10v-dis.c
index e0930427ef17aae936c1166c5f5fcfd8c5d804b6..b5f232ad39cee3117ffd9002bb61c9134b83ea23 100644
(file)
--- a/
opcodes/d10v-dis.c
+++ b/
opcodes/d10v-dis.c
@@
-253,7
+253,8
@@
dis_2_short (insn, memaddr, info, order)
while (op->name)
{
if ((op->format & SHORT_OPCODE)
- && ((op->mask & ins[j]) == (unsigned long) op->opcode))
+ && ((((unsigned int) op->mask) & ins[j])
+ == (unsigned int) op->opcode))
{
(*info->fprintf_func) (info->stream, "%s\t", op->name);
for (i = 0; op->operands[i]; i++)