ld: Pass -fno-sanitize=all to tests with linker
[deliverable/binutils-gdb.git] / ld / testsuite / ld-metag / stub_pic_app.s
CommitLineData
26244894
NC
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
12pad_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.351747 seconds and 4 git commands to generate.