Changed ld and gas BPF tests
[binutils-gdb.git] / ld / testsuite / ld-metag / stub_pic_shared.s
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
10 pad_end:
11 .section .text.far,"ax"
12 .global _far2
13 _far2:
14 NOP
15 _far:
16 CALLR D1RtP,_far2@PLT
17