diff options
author | meri <meri@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-11-21 05:01:52 +0000 |
---|---|---|
committer | meri <meri@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-11-21 05:01:52 +0000 |
commit | 277417732527017b87d841d291c14fd5c3f68dff (patch) | |
tree | 2e1533b83c7a3b06ceb2c5bc31351244a3349f6a /openpicc/config/atmel-rom.ld | |
parent | eb09700e7855e10b8e050acfbb93a2f1152cc2da (diff) |
fixed updated linker file
git-svn-id: https://svn.openpcd.org:2342/trunk@338 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/config/atmel-rom.ld')
-rw-r--r-- | openpicc/config/atmel-rom.ld | 5 |
1 files changed, 4 insertions, 1 deletions
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.*) |