]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-pe/basefile1.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-pe / basefile1.s
CommitLineData
1e972e65
KT
1.globl _start
2.globl start
3.text
4_start:
5start:
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