From patchwork Tue Aug 24 15:14:17 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: patchwork test Date: Tue, 24 Aug 2010 15:14:17 -0000 From: Patrick Georgi X-Patchwork-Id: 1791 Message-Id: <4C73E1C9.9005600@georgi-clan.de> To: Patrick Georgi Index: src/arch/i386/init/ldscript_fallback_cbfs.lb =================================================================== --- src/arch/i386/init/ldscript_fallback_cbfs.lb (Revision 5739) +++ src/arch/i386/init/ldscript_fallback_cbfs.lb (Arbeitskopie) @@ -49,4 +49,5 @@ *(.comment.*) *(.note.*) } + _bogus = ASSERT((SIZEOF(.bss) + SIZEOF(.data)) == 0, "Do not use global variables in romstage"); }