From: Al Viro Date: Thu, 18 Aug 2011 19:11:49 +0000 (+0100) Subject: um: fix gcov build breakage X-Git-Tag: v3.2-rc1~87^2~19 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=4d211093e838ddd049b5cf4f0773aa5ac67f9976;hp=4d211093e838ddd049b5cf4f0773aa5ac67f9976;ds=inline um: fix gcov build breakage a) exports in gmon_syms.c duplicate kernel/gcov/* ones b) excluding -pg in vdso compile is not enough - -fprofile-arcs and -ftest-coverage also needs to be excluded Signed-off-by: Al Viro Signed-off-by: Richard Weinberger ---