FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/finlink/ld-script.src @ 671:210268d8e553
gsm-fw: comlib included in the build along with ccd
CONFIG_INCLUDE_CCD eliminated and absorbed into CONFIG_INCLUDE_PS
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 28 Sep 2014 18:23:19 +0000 |
parents | 46e5c90fd0b8 |
children | 2d3f29ef866d |
comparison
equal
deleted
inserted
replaced
670:f8175b92d0f7 | 671:210268d8e553 |
---|---|
56 | 56 |
57 /* XIP code, going into flash or XRAM emulating flash */ | 57 /* XIP code, going into flash or XRAM emulating flash */ |
58 xip.text : { | 58 xip.text : { |
59 *(xip.text*) | 59 *(xip.text*) |
60 xipcode.o(.text*) | 60 xipcode.o(.text*) |
61 *comlib.a:(.text*) | |
61 *libplus.xip.a:(.text*) | 62 *libplus.xip.a:(.text*) |
62 *libgpf.xip.a:(.text*) | 63 *libgpf.xip.a:(.text*) |
63 *libccd.a:(.text*) | 64 *libccd.a:(.text*) |
64 *librv.a:(.text*) | 65 *librv.a:(.text*) |
65 *libsprintf.a:(.text*) | 66 *libsprintf.a:(.text*) |
119 __intbss_size = SIZEOF(int.bss); | 120 __intbss_size = SIZEOF(int.bss); |
120 | 121 |
121 ext.bss (NOLOAD) : { | 122 ext.bss (NOLOAD) : { |
122 *(ext.bss*) | 123 *(ext.bss*) |
123 xipcode.o(.bss* COMMON) | 124 xipcode.o(.bss* COMMON) |
125 *comlib.a:(.bss* COMMON) | |
124 *libplus.xip.a:(.bss* COMMON) | 126 *libplus.xip.a:(.bss* COMMON) |
125 *libgpf.xip.a:(.bss* COMMON) | 127 *libgpf.xip.a:(.bss* COMMON) |
126 *libccd.a:(.bss* COMMON) | 128 *libccd.a:(.bss* COMMON) |
127 *librv.a:(.bss* COMMON) | 129 *librv.a:(.bss* COMMON) |
128 *libsprintf.a:(.bss* COMMON) | 130 *libsprintf.a:(.bss* COMMON) |