diff options
Diffstat (limited to 'lib/chibios-contrib/ext/mcux-sdk/devices/MIMXRT685S/xtensa_lowmem/min-rt/ldscripts/elf32xtensa.xu')
-rw-r--r-- | lib/chibios-contrib/ext/mcux-sdk/devices/MIMXRT685S/xtensa_lowmem/min-rt/ldscripts/elf32xtensa.xu | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/lib/chibios-contrib/ext/mcux-sdk/devices/MIMXRT685S/xtensa_lowmem/min-rt/ldscripts/elf32xtensa.xu b/lib/chibios-contrib/ext/mcux-sdk/devices/MIMXRT685S/xtensa_lowmem/min-rt/ldscripts/elf32xtensa.xu new file mode 100644 index 000000000..d897b2902 --- /dev/null +++ b/lib/chibios-contrib/ext/mcux-sdk/devices/MIMXRT685S/xtensa_lowmem/min-rt/ldscripts/elf32xtensa.xu | |||
@@ -0,0 +1,61 @@ | |||
1 | /* This linker script generated from xt-genldscripts.tpp for LSP C:/usr/xtensa/Xplorer-8.0.10-workspaces/XtensaInfo/Models/nxp_rt600_lowmem_memmap/min-rt */ | ||
2 | /* Linker Script for ld -Ur */ | ||
3 | |||
4 | |||
5 | SECTIONS | ||
6 | { | ||
7 | |||
8 | .text 0 : | ||
9 | { | ||
10 | *(.literal .text) | ||
11 | } | ||
12 | |||
13 | .bss 0 : | ||
14 | { | ||
15 | *(.dynsbss) | ||
16 | *(.sbss) | ||
17 | *(.scommon) | ||
18 | *(.dynbss) | ||
19 | *(.bss) | ||
20 | *(COMMON) | ||
21 | } | ||
22 | .debug 0 : { *(.debug) } | ||
23 | .line 0 : { *(.line) } | ||
24 | .debug_srcinfo 0 : { *(.debug_srcinfo) } | ||
25 | .debug_sfnames 0 : { *(.debug_sfnames) } | ||
26 | .debug_aranges 0 : { *(.debug_aranges) } | ||
27 | .debug_pubnames 0 : { *(.debug_pubnames) } | ||
28 | .debug_info 0 : { *(.debug_info) } | ||
29 | .debug_abbrev 0 : { *(.debug_abbrev) } | ||
30 | .debug_line 0 : { *(.debug_line) } | ||
31 | .debug_frame 0 : { *(.debug_frame) } | ||
32 | .debug_str 0 : { *(.debug_str) } | ||
33 | .debug_loc 0 : { *(.debug_loc) } | ||
34 | .debug_macinfo 0 : { *(.debug_macinfo) } | ||
35 | .debug_weaknames 0 : { *(.debug_weaknames) } | ||
36 | .debug_funcnames 0 : { *(.debug_funcnames) } | ||
37 | .debug_typenames 0 : { *(.debug_typenames) } | ||
38 | .debug_varnames 0 : { *(.debug_varnames) } | ||
39 | .xt.insn 0 : | ||
40 | { | ||
41 | KEEP (*(.xt.insn)) | ||
42 | KEEP (*(.gnu.linkonce.x.*)) | ||
43 | } | ||
44 | .xt.prop 0 : | ||
45 | { | ||
46 | KEEP (*(.xt.prop)) | ||
47 | KEEP (*(.xt.prop.*)) | ||
48 | KEEP (*(.gnu.linkonce.prop.*)) | ||
49 | } | ||
50 | .xt.lit 0 : | ||
51 | { | ||
52 | KEEP (*(.xt.lit)) | ||
53 | KEEP (*(.xt.lit.*)) | ||
54 | KEEP (*(.gnu.linkonce.p.*)) | ||
55 | } | ||
56 | .debug.xt.callgraph 0 : | ||
57 | { | ||
58 | KEEP (*(.debug.xt.callgraph .debug.xt.callgraph.* .gnu.linkonce.xt.callgraph.*)) | ||
59 | } | ||
60 | } | ||
61 | |||