Add sysroot-prefix ld linker tests.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / sort_b_a.s
CommitLineData
bcaa7b3e
L
1 .section .text2
2 .p2align 3
3text2:
4 .long 0
5 .section .text3
6 .p2align 6
7text3:
8 .long 0
9 .section .text1
10 .p2align 5
11text1:
12 .long 0
13 .text
14text:
15 .p2align 4
16 .long 0
This page took 0.404104 seconds and 4 git commands to generate.