ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-metag / stub_pic_shared.s
CommitLineData
26244894
NC
1
2 .text
3 .global __start
4__start:
5 CALLR D1RtP,_far
6
7 .section .text.pad,"ax"
8 .space 0x200000
9 .global pad_end
10pad_end:
11 .section .text.far,"ax"
12 .global _far2
13_far2:
14 NOP
15_far:
16 CALLR D1RtP,_far2@PLT
17
This page took 0.34235 seconds and 4 git commands to generate.