* ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d,
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / pv32.s
1 .global here
2 .type here,@function
3 here:
4 nop
5 .Lfe3:
6 .size here,.Lfe3-here
7
8 .type pfn,@function
9 pfn:
10 bsr expfn
11 nop
12 bsr dsofn3
13 nop
14 .Lfe1:
15 .size pfn,.Lfe1-pfn
16
17 .global dsofn
18 .type dsofn,@function
19 dsofn:
20 move.d expobj,$r10
21 nop
22 .Lfe2:
23 .size dsofn,.Lfe2-dsofn
24
This page took 0.031263 seconds and 4 git commands to generate.