the following patch was just integrated into master: commit 02fdf718a4b2a7053f19748a0ac0011aa576eb69 Author: Aaron Durbin adurbin@chromium.org Date: Tue Feb 5 11:09:49 2013 -0600
rmodule: include heap in bss section
By including the heap in the bss output section the size is accounted for in a elf PT_LOAD segment. Without this change the heap wasn't being put into a PT_LOAD segment. The result is a nop w.r.t. functionality, but readelf and company will have proper MemSiz fields.
Change-Id: Ibfe9bb87603dcd4c5ff1c57c6af910bbba96b02b Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: http://review.coreboot.org/2750 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Fri Mar 15 23:57:07 2013, giving +1 See http://review.coreboot.org/2750 for details.
-gerrit