]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - gas/testsuite/gas/hppa/parse/global.s
Import the binutils-2_15-branch from the sourceware CVS repository,
[FreeBSD/FreeBSD.git] / gas / testsuite / gas / hppa / parse / global.s
1         .code
2         .IMPORT foo,data
3
4         .align 4
5 ; Official gas code will not accept sym-$global$.
6         addil L%foo-$global$,%r27
7