]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/pr22677.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / pr22677.s
CommitLineData
8b6f4cd3
L
1 .section .preinit_array.01000,"aw",%preinit_array
2 .p2align 2
3 .word 0
4
5 .section .init_array.01000,"aw",%init_array
6 .p2align 2
7 .word 0
8
9 .section .fini_array.01000,"aw",%fini_array
10 .p2align 2
11 .word 0
12
e95bc8bb
EB
13 .globl main
14 .globl start
15 .globl _start
16 .globl __start
8b6f4cd3 17 .globl foo
e95bc8bb
EB
18 .text
19main:
20start:
21_start:
22__start:
8b6f4cd3
L
23foo:
24 .word 0