Clean up BaS linker script symbols.

This commit is contained in:
Vincent Rivière
2012-10-20 15:50:36 +00:00
parent a4d56a8497
commit f18929b8a5
2 changed files with 21 additions and 9 deletions

View File

@@ -70,7 +70,6 @@ SECTIONS {
objs/supervisor.o(.text)
objs/ewf.o(.text)
objs/illegal_instruction.o(.text)
_bas = .;
} > flash
.bas _Bas_base : AT (ADDR(.text) + SIZEOF(.text))
@@ -78,5 +77,8 @@ SECTIONS {
objs/BaS.o(.text)
_bas_end = ABSOLUTE(.);
} > ram
__BAS_LMA = LOADADDR(.bas);
__BAS_VMA = ADDR(.bas);
__BAS_SIZE = SIZEOF(.bas);
}