Enhance GAS's .section directive so that it can take numeric values for the flags...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m32r / relax-1.s
CommitLineData
252b5132
RH
1; Test relaxation into non-zero offset to different segment.
2
3 .section .branch, "ax",@progbits
4 .balign 4
5branch:
6 bra Work
7
8
9 .section .text
10 .balign 4
11DoesNotWork:
12 nop
13 nop
14
15Work:
16 nop
17 nop
This page took 0.670612 seconds and 4 git commands to generate.