aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/Inputs/copy-rel-pie.s
blob: 6cd681fcecb4c5630e38bb3629a118fb1ae49c01 (plain) (blame)
1
2
3
4
5
6
7
8
9
.global foo
.type foo, @object
.size foo, 4
foo:
.long 0

.global bar
.type bar, @function
bar: