FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/finlink/ld-script.src @ 658:46e5c90fd0b8
gsm-fw: ccd hooked into the build
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 25 Sep 2014 10:19:47 +0000 |
parents | 06ecb305f650 |
children | 210268d8e553 |
comparison
equal
deleted
inserted
replaced
657:e40935b81113 | 658:46e5c90fd0b8 |
---|---|
58 xip.text : { | 58 xip.text : { |
59 *(xip.text*) | 59 *(xip.text*) |
60 xipcode.o(.text*) | 60 xipcode.o(.text*) |
61 *libplus.xip.a:(.text*) | 61 *libplus.xip.a:(.text*) |
62 *libgpf.xip.a:(.text*) | 62 *libgpf.xip.a:(.text*) |
63 *libccd.a:(.text*) | |
63 *librv.a:(.text*) | 64 *librv.a:(.text*) |
64 *libsprintf.a:(.text*) | 65 *libsprintf.a:(.text*) |
65 /* let's put the ARM->Thumb veneers in the XIP section */ | 66 /* let's put the ARM->Thumb veneers in the XIP section */ |
66 *(.glue_7) | 67 *(.glue_7) |
67 } > Buildmem | 68 } > Buildmem |
120 ext.bss (NOLOAD) : { | 121 ext.bss (NOLOAD) : { |
121 *(ext.bss*) | 122 *(ext.bss*) |
122 xipcode.o(.bss* COMMON) | 123 xipcode.o(.bss* COMMON) |
123 *libplus.xip.a:(.bss* COMMON) | 124 *libplus.xip.a:(.bss* COMMON) |
124 *libgpf.xip.a:(.bss* COMMON) | 125 *libgpf.xip.a:(.bss* COMMON) |
126 *libccd.a:(.bss* COMMON) | |
125 *librv.a:(.bss* COMMON) | 127 *librv.a:(.bss* COMMON) |
126 *libsprintf.a:(.bss* COMMON) | 128 *libsprintf.a:(.bss* COMMON) |
127 . = ALIGN(4); | 129 . = ALIGN(4); |
128 } > XRAM | 130 } > XRAM |
129 __extbss_start = ADDR(ext.bss); | 131 __extbss_start = ADDR(ext.bss); |