]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/all/redef.s
This adjusts equate handling by
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / all / redef.s
1 .data
2 _start:
3 .set x, .-_start
4 .long x
5 .balign 4
6 .set x, .-_start
7 .long x
8 .set x, .-_start
9 .long x
10 .set x, .-_start
11 .long x