4 lines
100 B
Text
4 lines
100 B
Text
SECTIONS {
|
|
.text 0xa00 : { *(.text); *(.gnu.linkonce.t.*) }
|
|
.eh_frame 0x2000 : { *(.eh_frame) }
|
|
}
|