9 lines
81 B
Plaintext
9 lines
81 B
Plaintext
SECTIONS
|
|
{
|
|
. = 0x00010000;
|
|
.text : {
|
|
*(.text._start)
|
|
*(.text*)
|
|
}
|
|
}
|