Submitter | Patrick Georgi |
---|---|
Date | 2010-08-24 15:14:17 |
Message ID | <4C73E1C9.90000@georgi-clan.de> |
Download | mbox | patch |
Permalink | /patch/1790/ |
State | Accepted |
Commit | r5841 |
Headers | show |
Comments
Patch
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"); }