summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/ppc64-bsymbolic-local-def.s
blob: 10eec6ca3198a7984c90de86362f49af9865bc4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
        .abiversion 2
        .section ".text"

        .p2align 2
        .global def
        .type def, @function
def:
.Ldef_gep:
    addis 2, 12, .TOC.-.Ldef_gep@ha
    addi 2, 2, .TOC.-.Ldef_gep@l
.Ldef_lep:
    .localentry def, .-def
    li 3, 55
    blr
OpenPOWER on IntegriCloud