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) } } />
summaryrefslogtreecommitdiff
path: root/testing/build.test1/local.uses
blob: 6c6795b54c271f57ac69fe428615bd102f45a6db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39