MIPS16: Handle non-extensible instructions correctly
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i860 / dual02-err.s
CommitLineData
c83c4371
JE
1# Dual-mode pairs must be aligned on an 8-byte boundary. This tests
2# that an error is reported if not properly aligned.
3
4 .text
5 .align 8
6 nop
7 d.fadd.ss %f3,%f5,%f7
8 addu %r4,%r5,%r6
9
This page took 0.55046 seconds and 4 git commands to generate.