brintos

brintos / llvm-project-archived public Read only

0
0
Text · 99 B · 00129b8 Raw
7 lines · plain
1SECTIONS {2  . = 0x10000;3  .text : { *(.text) }4  . = 0x20000;5  .text.cold : { *(.text.cold) }6}7