]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/pr22471b.s
elf: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXX
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / pr22471b.s
CommitLineData
08f650e6
L
1 .type start,"function"
2 .global start
3start:
4 .type _start,"function"
5 .global _start
6_start:
7 .type __start,"function"
8 .global __start
9__start:
10 .type main,"function"
11 .global main
12main:
13 .ifdef UNDERSCORE
14 .dc.a ___bss_start
15 .else
16 .dc.a __bss_start
17 .endif