ld: Pass -fno-sanitize=all to tests with linker
[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.031629 seconds and 4 git commands to generate.