]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/all/assign-bad-recursive.s
Fix tight loop on recursively-defined symbols
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / all / assign-bad-recursive.s
1 aaa = aaa
2
3 iii = jjj
4 jjj = iii
5
6 xxx = yyy
7 yyy = zzz
8 zzz = xxx