From 89e2df2e4d8f307105e68e7f7612c0806cb195f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Rivi=C3=A8re?= Date: Wed, 7 Nov 2012 20:13:43 +0000 Subject: [PATCH] Removed useless _bas_end symbol. --- BaS_GNU/bas.lk.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/BaS_GNU/bas.lk.in b/BaS_GNU/bas.lk.in index 892c471..7205203 100644 --- a/BaS_GNU/bas.lk.in +++ b/BaS_GNU/bas.lk.in @@ -92,8 +92,6 @@ SECTIONS { *(.data) *(.bss) . = ALIGN(4); - - _bas_end = .; } > ram __BAS_LMA = LOADADDR(.bas);