15a70cda97
* ld-elf/attributes.d: New test for symbol attribute copying. * ld-elf/attributes.ld: Part of above. * ld-elf/attributes.s: Likewise.
9 lines
118 B
Text
9 lines
118 B
Text
PROVIDE ( __start = DEFINED(start) ? start : 0xbfc00000);
|
|
ENTRY (__start)
|
|
SECTIONS
|
|
{
|
|
.text :
|
|
{
|
|
*(.text)
|
|
}
|
|
}
|