include/elf/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-tic6x / shlib-app-1r.s
1 .global a
2 .text
3 fish:
4 ldw .d2t2 *+B14($DSBT_index(__c6xabi_DSBT_BASE)), B14
5 callp .s2 sub0, B3
6 b .s2 sub0
7 callp .s2 fish, B3
8 b .s2 fish
9 ldw .d2t2 *+B14(a), B4
10 ldw .d2t2 *+B14(b), B5
11 ldw .d2t2 *+B14($GOT(a)), B6
12 ldw .d2t2 *+B14($GOT(b)), B6
13 .global b
14 .section .neardata,"aw",@progbits
15 .align 2
16 .type b, @object
17 .size b, 4
18 b:
19 .long 0x12345678
This page took 0.040175 seconds and 4 git commands to generate.