Enhance GAS's .section directive so that it can take numeric values for the flags...
[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.0311630000000001 seconds and 4 git commands to generate.