From 277417732527017b87d841d291c14fd5c3f68dff Mon Sep 17 00:00:00 2001 From: meri Date: Wed, 21 Nov 2007 05:01:52 +0000 Subject: fixed updated linker file git-svn-id: https://svn.openpcd.org:2342/trunk@338 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/config/atmel-rom.ld | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'openpicc/config') diff --git a/openpicc/config/atmel-rom.ld b/openpicc/config/atmel-rom.ld index deff929..6307cb4 100644 --- a/openpicc/config/atmel-rom.ld +++ b/openpicc/config/atmel-rom.ld @@ -32,7 +32,10 @@ SECTIONS *(.data) *(.data.*) __data_end__ = .; - + } > ram + + .bss : + { __bss_beg__ = .; *(.bss) *(.bss.*) -- cgit v1.2.3