]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
Revert "Hide fermented objects' exported symbols before baking."
authorAntti Kantee <pooka@iki.fi>
Sat, 26 Sep 2015 14:49:49 +0000 (14:49 +0000)
committerAntti Kantee <pooka@iki.fi>
Sat, 26 Sep 2015 14:49:49 +0000 (14:49 +0000)
This reverts commit 8a137b3c27cf370dd96638be2f172dcbb8d03378.

As reported by @gandro, it breaks some subtle interactions with the
libunwind(?).  So revert the change pending further investigation.

app-tools/rumpbake

index 2009ec7111435d386f4d62d843c3c21e984fbb9f..60eb64617ca69281f48ae95b912dcec81ae02d8b 100755 (executable)
@@ -215,7 +215,7 @@ for f in "$@"; do
 
        ${RUMPBAKE_TOOLDIR}/${RUMPBAKE_TUPLE}-objcopy                   \
            --redefine-sym main=rumpbake_main${objnum}                  \
-           -G rumpbake_main${objnum} ${f} ${TMPDIR}/tmp${objnum}.obj
+           ${f} ${TMPDIR}/tmp${objnum}.obj
        allobjs="${allobjs} ${TMPDIR}/tmp${objnum}.obj"
        objnum=$((${objnum}+1))
 done