ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / farcall-thumb2-purecode.s
CommitLineData
d5a67c02
AV
1@ Test to ensure that a purecode Thumb2 call exceeding 4Mb generates a stub.
2
3 .global _start
4 .syntax unified
5 .arch armv7-m
6 .thumb
7 .thumb_func
8
9@ We will place the section .text at 0x1000.
10
11 .text
12bar:
13 bx lr
14
15@ We will place the section .foo at 0x02001014.
16
17 .section .foo, "0x20000006"
18_start:
19 bl bar
This page took 0.19788 seconds and 4 git commands to generate.