]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/attributes.ld
elf: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXX
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / attributes.ld
CommitLineData
15a70cda
SD
1PROVIDE ( __start = DEFINED(start) ? start : 0xbfc00000);
2ENTRY (__start)
3SECTIONS
4{
5 .text :
6 {
7 *(.text)
8 }
9}