]> git.zerfleddert.de Git - proxmark3-svn/blame - armsrc/ldscript-full
(Our Windows ARM toolchain really likes its glue sections)
[proxmark3-svn] / armsrc / ldscript-full
CommitLineData
b1d0de0a 1SECTIONS\r
2{\r
3 . = 0x00002000;\r
4 .fpga : { obj/fpgaimg.o(.rodata) }\r
5 . = 0x00010000;\r
6 .start : { obj/start.o(.text) }\r
7 .text : { *(.text) }\r
8 .rodata : { *(.rodata) }\r
9 . = 0x00200000;\r
10 .data : { *(.data) }\r
11 __bss_start__ = .;\r
12 .bss : { *(.bss) }\r
13 __bss_end__ = .;\r
14}\r
Impressum, Datenschutz