projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec5e212
)
Fix previous change
author
Michael Meissner
<gnu@the-meissners.org>
Mon, 18 Nov 1996 20:36:48 +0000
(20:36 +0000)
committer
Michael Meissner
<gnu@the-meissners.org>
Mon, 18 Nov 1996 20:36:48 +0000
(20:36 +0000)
gas/config/tc-d10v.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-d10v.c
b/gas/config/tc-d10v.c
index
b2b9de6
..
a7e98b7
100644
(file)
--- a/
gas/config/tc-d10v.c
+++ b/
gas/config/tc-d10v.c
@@
-734,7
+734,9
@@
write_2_short (opcode1, insn1, opcode2, insn2, exec_type, fx)
if (opcode1->exec_type & SEQ || opcode2->exec_type & SEQ)
as_fatal ("One of these instructions may not be executed in parallel.");
- if ( !parallel_ok (opcode1, insn1, opcode2, insn2))
+ if ( !parallel_ok (opcode1, insn1, opcode2, insn2)
+ && (opcode1->exec_type & PARONLY) == 0
+ && (opcode2->exec_type & PARONLY) == 0)
as_fatal ("Two instructions may not be executed in parallel with each other.");
if (opcode1->unit == IU)