mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-15 18:27:49 +01:00
10 lines
118 B
Plaintext
10 lines
118 B
Plaintext
PROVIDE ( __start = DEFINED(start) ? start : 0xbfc00000);
|
|
ENTRY (__start)
|
|
SECTIONS
|
|
{
|
|
.text :
|
|
{
|
|
*(.text)
|
|
}
|
|
}
|