]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-pe/reloc.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-pe / reloc.s
1 .text
2 .global _start
3 .global _mainCRTStartup
4 _start:
5 _mainCRTStartup:
6 .byte 1
7
8 .data
9 .p2align 12
10 start:
11 .dc.a __image_base__
12 .dc.a start
13 .dc.a __section_alignment__
14 .dc.a __file_alignment__
15 .dc.a __major_os_version__
16 .dc.a __minor_os_version__
17 .dc.a __major_subsystem_version__
18 .dc.a __minor_subsystem_version__
19 .dc.a end
20 end: