]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/startof.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / startof.s
1 .section scnfoo,"aw",%progbits
2 .zero 0x10
3
4 .globl bar
5 .data
6 .align 8
7 .type bar, %object
8 .size bar, 8
9 bar:
10 .ifdef UNDERSCORE
11 .dc.a ___start_scnfoo
12 .else
13 .dc.a __start_scnfoo
14 .endif
15 .dc.a .startof. (scnfoo)