14 lines
154 B
Plaintext
14 lines
154 B
Plaintext
SECTIONS
|
|
{
|
|
. = 0x400000;
|
|
.text : {
|
|
*(.text)
|
|
}
|
|
.eh_frame : {
|
|
*(.eh_frame)
|
|
}
|
|
.rodata : {
|
|
*(.rodata)
|
|
}
|
|
}
|