Non-contiguous memory regions support: Avoid calls to abort
[deliverable/binutils-gdb.git] / ld / testsuite / ld-tic6x / shlib-2.s
CommitLineData
ac145307
BS
1 .weak a
2 .weak b
3
4 .text
5 .nocmp
6 .align 2
7 .global sub
8 .type sub, @function
9sub:
10 sub .d2 B15, 16, B15
11 stw .d2t1 A4, *+B15(12)
12 ldw .d2t1 *+B15(12), A0
13 nop 4
14 add .d1 A0, 10, A0
15 mv .d1 A0, A4
16 add .d2 B15, 16, B15
17 ret .s2 B3
18 ldw .d2t2 *+B14($GOT(a)), B6
19 ldw .d2t2 *+B14($GOT(b)), B7
20 ldw .d2t2 *+B14($GOT(c)), B8
21 ldw .d2t2 *+B14(c), B9
22 nop 1
23 .size sub, .-sub
This page took 0.40871 seconds and 4 git commands to generate.