* configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / assign.s
1 .global x
2 x = zzz
3 x = x+1
4 .long x
5
6 .global y
7 y = 1
8 y = y+zzz
9 .long y
This page took 0.031298 seconds and 4 git commands to generate.