From 4944a1c1e1d29ae86163bcf11d00942cfdc1b04e Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 7 Nov 2008 00:15:53 +0000 Subject: Common data must be included in .bss or it won't get zeroed in crt0. Fix the archos self-extractor as well to play safe. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19033 a1c6a512-1295-4272-9138-f99709370657 --- firmware/decompressor/link.lds | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/decompressor/link.lds') diff --git a/firmware/decompressor/link.lds b/firmware/decompressor/link.lds index d0e11c1094..e6abbe2c59 100644 --- a/firmware/decompressor/link.lds +++ b/firmware/decompressor/link.lds @@ -64,6 +64,7 @@ SECTIONS { _edata = .; *(.bss) + *(COMMON) . = ALIGN(0x4); _end = .; } > DRAM -- cgit v1.2.3