Upload Tizen:Base source
[external/binutils.git] / ld / testsuite / ld-pe / basefile1.s
1 .globl _start
2 .globl start
3 .text
4 _start:
5 start:
6         .long 0
7
8 .globl _d1
9 .globl _d2
10 .globl _d3
11 .data
12 _d1:
13         .long 1
14 _d2:
15         .secrel32 _d3
16 _d3:
17         .long 2
18