change some variable's type to op_err
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i860 / dir-intel03-err.s
1 # Intel assembler directives:
2 # The .dual, .enddual, and .atmp directives are valid only
3 # in Intel syntax mode. Check that we issue an error if in
4 # AT&T/SVR4 mode.
5
6 .text
7
8 .atmp r31
9
10 .dual
11 fsub.ss %f22,%f21,%f13
12 nop
13 .enddual
14
This page took 0.038011 seconds and 4 git commands to generate.