the following patch was just integrated into master: commit 9a2790e328c4cabefa201995aa4812be414d93c3 Author: Aaron Durbin adurbin@chromium.org Date: Fri Oct 28 12:24:48 2016 -0500
lib/program.ld: add .sdata sections
Ron reported some toolchain emitting .sdata sections. Let's ensure we catch objects in those sections instead of getting dropped on the floor for architectures which emit those sections.
Change-Id: I0680228f8424f99611914ef5fc31adf5d3891eee Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: https://review.coreboot.org/17180 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net
See https://review.coreboot.org/17180 for details.
-gerrit