]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/pr23591c.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / pr23591c.s
CommitLineData
4d1c6335
L
1 .section __sancov_cntrs,"aG",%progbits,foo1,comdat
2 .long 0
3 .section .text,"axG",%progbits,foo1,comdat
0d9a433b 4 .ifdef UNDERSCORE
4d1c6335
L
5 .globl _foo1
6 .type _foo1, %function
7_foo1:
0d9a433b 8 .else
4d1c6335
L
9 .globl foo1
10 .type foo1, %function
11foo1:
0d9a433b 12 .endif
4d1c6335
L
13 .long 0
14 .section __sancov_cntrs,"aG",%progbits,foo2,comdat
15 .long 1
16 .section .text,"axG",%progbits,foo2,comdat
0d9a433b 17 .ifdef UNDERSCORE
4d1c6335
L
18 .globl _foo2
19 .type _foo2, %function
20_foo2:
21 .long 1
0d9a433b 22 .else
4d1c6335
L
23 .globl foo2
24 .type foo2, %function
25foo2:
0d9a433b 26 .endif