Removed useless _bas_end symbol.

This commit is contained in:
Vincent Rivière
2012-11-07 20:13:43 +00:00
parent 41d0693da6
commit 89e2df2e4d

View File

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