Removed STRT_SRC and STRT_OBJ.

This commit is contained in:
Vincent Rivière
2012-11-07 19:53:43 +00:00
parent 6bb86ff69a
commit c1a018dc81
2 changed files with 4 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ SECTIONS {
#endif
} > flash
.bas _Bas_base : AT (ADDR(.text) + SIZEOF(.text))
.bas _Bas_base : AT (ADDR(.text) + SIZEOF(.text)) ALIGN(1024)
{
objs/BaS.o(.text)
/* put other routines into the same segment (RAM) as BaS.o */