FreeCalypso > hg > freecalypso-sw
diff nuc-fw/finlink/xram.lds @ 82:dd13211c9f10
nuc-fw: building XIP code in Thumb as intended
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sat, 17 Aug 2013 19:29:48 +0000 |
parents | 39b1c369b67f |
children |
line wrap: on
line diff
--- a/nuc-fw/finlink/xram.lds Fri Aug 16 20:14:01 2013 +0000 +++ b/nuc-fw/finlink/xram.lds Sat Aug 17 19:29:48 2013 +0000 @@ -20,6 +20,8 @@ xipcode.o(.text*) *libplus.xip.a:(.text*) *libsprintf.a:(.text*) + /* let's put the ARM->Thumb veneers in the XIP section */ + *(.glue_7) } > XRAM /* copy-to-IRAM code */