summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/arm-plt-reloc.s
blob: 29f133e6eb8f0ca4822b2ba9f66e1d094c1a92f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.text
 .align 2
 .globl func1
 .type  func1,%function
func1:
 bx lr
 .globl func2
 .type  func2,%function
func2:
 bx lr
 .globl func3
 .type  func3,%function
func3:
 bx lr
OpenPOWER on IntegriCloud