Retro68/binutils/ld/testsuite/ld-elf/attributes.ld

10 lines
118 B
Plaintext
Raw Normal View History

2017-04-10 11:32:00 +00:00
PROVIDE ( __start = DEFINED(start) ? start : 0xbfc00000);
ENTRY (__start)
SECTIONS
{
.text :
{
*(.text)
}
}