x86: Add assembler -mx86-used-note=yes test
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / sub.s
1 .text
2 .global foo
3 foo:
4 movw $bar-foo,%si
5
6 # Force a good alignment.
7 .p2align 4,0
8
9 .data
10 bar:
11 .long 0
This page took 0.037514 seconds and 4 git commands to generate.