binutils/testsuite: Also consider `*-*-lynxos*' and `*-*-symbianelf*' ELF
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i860 / dual02-err.s
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.029197 seconds and 4 git commands to generate.