binutils-gdb/ld/testsuite/ld-elf/attributes.ld
Simon Dardis 15a70cda97 Add test to ensure that ternary linker script operators copy symbol flags.
* ld-elf/attributes.d: New test for symbol attribute copying.
	* ld-elf/attributes.ld: Part of above.
	* ld-elf/attributes.s: Likewise.
2015-10-19 14:32:54 +01:00

10 lines
118 B
Plaintext

PROVIDE ( __start = DEFINED(start) ? start : 0xbfc00000);
ENTRY (__start)
SECTIONS
{
.text :
{
*(.text)
}
}