]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/pr21562b.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / pr21562b.s
CommitLineData
cbd0eecf
L
1 .section scnfoo,"aw",%progbits
2 .zero 0x10
3
4 .globl bar
5 .data
6 .type bar, %object
7bar:
bdd32e03
AM
8 .ifdef UNDERSCORE
9 .dc.a ___stop_scnfoo
10 .else
cbd0eecf 11 .dc.a __stop_scnfoo
bdd32e03 12 .endif