From 408e8c1c44d90ac97b5050db7c5caa4605e6c9d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Rivi=C3=A8re?= Date: Wed, 7 Nov 2012 19:55:02 +0000 Subject: [PATCH] Rollback commit by mistake. --- BaS_GNU/BaS_GNU/bas.lk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_GNU/BaS_GNU/bas.lk.in b/BaS_GNU/BaS_GNU/bas.lk.in index f23c6f1..892c471 100644 --- a/BaS_GNU/BaS_GNU/bas.lk.in +++ b/BaS_GNU/BaS_GNU/bas.lk.in @@ -75,7 +75,7 @@ SECTIONS { #endif } > flash - .bas _Bas_base : AT (ADDR(.text) + SIZEOF(.text)) ALIGN(1024) + .bas _Bas_base : AT (ADDR(.text) + SIZEOF(.text)) { objs/BaS.o(.text) /* put other routines into the same segment (RAM) as BaS.o */