Merge branch 'master' into amd-common
[deliverable/binutils-gdb.git] / ld / testsuite / ld-metag / stub_pic_app.s
1
2 .text
3 .global __start
4 __start:
5 CALLR D1RtP,_far
6 CALLR D1RtP,_lib_func
7 CALLR D1RtP,_far2
8
9 .section .text.pad,"ax"
10 .space 0x200000
11 .global pad_end
12 pad_end:
13 .section .text.far,"ax"
14 .global _far2
15 _far2:
16 NOP
17 _far:
18 CALLR D1RtP,_far2@PLT
19
20 .data
21 .balign 4
22 .type _app_data,@object
23 .size _app_data,4
24 _app_data:
25 .long _lib_data
This page took 0.037844 seconds and 4 git commands to generate.