aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-pe/basefile1.s
blob: f24c4fc34836b882f6055cee9cfeb461e6c9a4ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.globl _start
.globl start
.text
_start:
start:
	.long 0

.globl _d1
.globl _d2
.globl _d3
.data
_d1:
	.long 1
_d2:
	.secrel32 _d3
_d3:
	.long 2