Removed useless _bas_end symbol.

This commit is contained in:
Vincent Rivière
2012-11-07 20:13:43 +00:00
parent 4a114b01c2
commit 3f3fe8a662

View File

@@ -92,8 +92,6 @@ SECTIONS {
*(.data)
*(.bss)
. = ALIGN(4);
_bas_end = .;
} > ram
__BAS_LMA = LOADADDR(.bas);