Introduce new .text.sorted.* sections.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / jump19.s
CommitLineData
a00a1f35
MS
1@ Test the Thumb-2 JUMP19 relocation.
2
3 .syntax unified
4 .thumb
5 .global _start
6_start:
7 cmp r0, r0
8 beq.w bar
9 .space 65536
10 .weak bar
11bar:
12 bx lr
This page took 0.543786 seconds and 4 git commands to generate.