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

.text
.global bar
.type bar, @function
bar: