armclang.ld (187B)
1 SECTIONS 2 { 3 .text : { 4 text = .; 5 *crt.o(.text*) 6 *(.text) 7 . = ALIGN(0x1000); 8 etext = .; 9 } 10 11 .data : { 12 *(.data) 13 edata = .; 14 } 15 16 .bss : { 17 *(.bss) 18 *(COMMON) 19 end = .; 20 } 21 }
![]() | 9osExperimental kernel using plan9 ideas for embedded device |
git clone git://git.simple-cc.org/9os | |
Log | Files | Refs | README | LICENSE |