]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gas/testsuite/gas/i386/sub.s
Import the binutils-2_15-branch from the sourceware CVS repository,
[FreeBSD/FreeBSD.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