Add support for non-contiguous memory regions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / non-contiguous-powerpc.s
1 .machine "ppc"
2
3 .section .text.one
4 b 2f
5
6 .section .text.two
7 2:
8 nop
This page took 0.030192 seconds and 4 git commands to generate.