Reimplement .no87/.nommx/.nosse/.noavx directives
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / pr12589-1.s
1 .text
2 .globl _start
3 _start:
4 jmp scn_pnp
5 zerob:
6 zeroln = zerob - _start
7 .=.+zeroln
8 scn_pnp:
9 mov %eax,%eax
This page took 0.030709 seconds and 4 git commands to generate.