OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-arm/] [tls-app.s] - Blame information for rev 208

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 205 julius
        .text
2
        .globl foo
3
        .type foo, %function
4
foo:
5
        nop
6
.L2:
7
        nop
8
        mov     pc, lr
9
 
10
.Lpool:
11
        .word   lib_gd(tlsgd) + (. - .L2 - 8)
12
        .word   app_gd(tlsgd) + (. - .L2 - 8)
13
        .word   app_ld(tlsldm) + (. - .L2 - 8)
14
        .word   app_ld(tlsldo)
15
        .word   app_ie(gottpoff) + (. - .L2 - 8)
16
        .word   app_le(tpoff)
17
 
18
        .section .tdata,"awT"
19
        .global app_gd
20
app_gd:
21
        .space  4
22
 
23
        .global app_ld
24
app_ld:
25
        .space  4
26
 
27
        .section .tbss,"awT",%nobits
28
        .global app_ie
29
app_ie:
30
        .space  4
31
 
32
        .global app_le
33
app_le:
34
        .space  4

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.