comparison 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
comparison
equal deleted inserted replaced
81:147861b15cda 82:dd13211c9f10
18 xip.text : { 18 xip.text : {
19 *(xip.text*) 19 *(xip.text*)
20 xipcode.o(.text*) 20 xipcode.o(.text*)
21 *libplus.xip.a:(.text*) 21 *libplus.xip.a:(.text*)
22 *libsprintf.a:(.text*) 22 *libsprintf.a:(.text*)
23 /* let's put the ARM->Thumb veneers in the XIP section */
24 *(.glue_7)
23 } > XRAM 25 } > XRAM
24 26
25 /* copy-to-IRAM code */ 27 /* copy-to-IRAM code */
26 iram.text 0x80001C : { 28 iram.text 0x80001C : {
27 /* the 7 exception and interrupt vectors @ 0x80001C */ 29 /* the 7 exception and interrupt vectors @ 0x80001C */