mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
15a70cda97
* ld-elf/attributes.d: New test for symbol attribute copying. * ld-elf/attributes.ld: Part of above. * ld-elf/attributes.s: Likewise.
10 lines
118 B
Plaintext
10 lines
118 B
Plaintext
PROVIDE ( __start = DEFINED(start) ? start : 0xbfc00000);
|
|
ENTRY (__start)
|
|
SECTIONS
|
|
{
|
|
.text :
|
|
{
|
|
*(.text)
|
|
}
|
|
}
|