FreeCalypso > hg > freecalypso-sw
changeset 621:aa93994e9f63
gsm-fw/finlink/ld-script.src: put .l1s_global into int.bss
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 31 Aug 2014 00:28:01 +0000 |
parents | d6f0892cdf1e |
children | 8b07fb500d36 |
files | gsm-fw/finlink/ld-script.src |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/finlink/ld-script.src Sun Aug 31 00:18:02 2014 +0000 +++ b/gsm-fw/finlink/ld-script.src Sun Aug 31 00:28:01 2014 +0000 @@ -77,6 +77,7 @@ /* we have two kinds of BSS: internal and external */ int.bss (NOLOAD) : { *(int.bss*) + *(.l1s_global) iramcode.o(.bss* COMMON) *libplus.iram.a:(.bss* COMMON) *libgpf.iram.a:(.bss* COMMON)