]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/m32r/relax-1.s
19990502 sourceware import
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / m32r / relax-1.s
1 ; Test relaxation into non-zero offset to different segment.
2
3 .section .branch, "ax",@progbits
4 .balign 4
5 branch:
6 bra Work
7
8
9 .section .text
10 .balign 4
11 DoesNotWork:
12 nop
13 nop
14
15 Work:
16 nop
17 nop