ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / farcall-thumb2-purecode.s
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
12 bar:
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.035318 seconds and 4 git commands to generate.