cp: make con_printf non-fatal no-op
[hvf.git] / loader / linker-eckd.script
blobbaf1e096908b5f4cf0d63e94c60375c80ce199a8
1 SECTIONS
3   ENTRY(START)
4   . = 0x0;
5   .text : { *(.text) }
6   .data : { *(.data) }
7   .rodata : { *(.rodata) }
8   .rodata.str1.2 : { *(.rodata.str1.2) }
9   .bss : { *(.bss) }