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/target/arm/as3525/boot.lds | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/target/arm/as3525/boot.lds') diff --git a/firmware/target/arm/as3525/boot.lds b/firmware/target/arm/as3525/boot.lds index eb977a1023..7a13d67a43 100644 --- a/firmware/target/arm/as3525/boot.lds +++ b/firmware/target/arm/as3525/boot.lds @@ -51,6 +51,7 @@ SECTIONS _edata = .; *(.bss*); *(.ibss); + *(COMMON) *(.ncbss*); _end = .; } > IRAM -- cgit v1.2.3