Update release readme after making 2.43.1 release
[binutils-gdb.git] / ld / testsuite / ld-elf / attributes.ld
blobf6cfe4ac52e5a91547664c7710ff818808d8014d
1 PROVIDE ( __start = DEFINED(start) ? start : 0xbfc00000);
2 ENTRY (__start)
3 SECTIONS
5   .text :
6   {
7     *(.text)
8   }