19990502 sourceware import
[deliverable/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
This page took 0.032223 seconds and 4 git commands to generate.