SECTIONS { . = 0xA0000000; .text : { *(.text) } .data ALIGN(0x10): { *(.data) } .bss ALIGN(0x10): { __bss_start__ = ABSOLUTE(.); *(.bss) . += 0x100; } __bss_end__ = .; PROVIDE (__stack = .); _end = .; .debug_info 0 : { *(.debug_info) } .debug_abbrev 0 : { *(.debug_abbrev) } .debug_line 0 : { *(.debug_line) } .debug_frame 0 : { *(.debug_frame) } } o/git/2012/06/collection-json-explorer.git' title='collection-json-explorer.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 93f13619916123cf5434dab2ffcc8263c7420af1 (plain)
1
2