Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / no87-2.s
CommitLineData
309d3373
JB
1# Test -march=...+no87
2 .text
3 fninit
4 .arch .287
5 fninit
6 fsincos
7 .arch .387
8 fsincos
9 fcomi
10 .arch i686
11 fcomi
12 fisttpl (%eax)
13 .arch prescott
14 fisttpl (%eax)
This page took 0.30053 seconds and 4 git commands to generate.