summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/i386-linkonce.s
blob: b5906cc79657fe8cff9f1cb40329ffc5780360f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
.section .gnu.linkonce.t.__i686.get_pc_thunk.bx
.global __i686.get_pc_thunk.bx
__i686.get_pc_thunk.bx:
    mov    (%esp),%ebx
    ret

.section .text
.global _strchr1
_strchr1:
    call __i686.get_pc_thunk.bx
    ret
OpenPOWER on IntegriCloud