Non-contiguous memory regions support: Avoid calls to abort
[deliverable/binutils-gdb.git] / ld / testsuite / ld-tic6x / shlib-app-1.s
1 .global a
2 .text
3 .nocmp
4 fish:
5 ldw .d2t2 *+B14($DSBT_index(__c6xabi_DSBT_BASE)), B14
6 callp .s2 sub0, B3
7 b .s2 sub0
8 callp .s2 fish, B3
9 b .s2 fish
10 ldw .d2t2 *+B14(a), B4
11 ldw .d2t2 *+B14(b), B5
12 ldw .d2t2 *+B14($GOT(a)), B6
13 ldw .d2t2 *+B14($GOT(b)), B6
14 mvkl .s1 $DPR_GOT(a), A4
15 mvkh .s1 $DPR_GOT(a), A4
16 mvkl .s1 $DPR_GOT(b), A5
17 mvkh .s1 $DPR_GOT(b), A5
18 .global b
19 .section .neardata,"aw",@progbits
20 .align 2
21 .type b, @object
22 .size b, 4
23 b:
24 .long 0x12345678
25 .weak g1
26 .weak g2
27 .type w, @object
28 .size w, 8
29 w:
30 .long g1
31 .long g2
This page took 0.031392 seconds and 4 git commands to generate.