build/ccw_gen: stat the file in C instead of shelling out
[hvf.git] / nss / 8ball / linker-8ball.script
blob317486441c64ad290075c10e46f016849e27524e
1 SECTIONS
3   ENTRY(START)
4   . = 0x0;
5   .text : { *(.text) }
6   .data : { *(.data) }
7   .bss : { *(.bss) }