From: Sam Ravnborg Date: Sun, 5 Mar 2006 11:02:46 +0000 (+0100) Subject: kbuild: in the section mismatch check try harder to find symbols X-Git-Tag: v2.6.17-rc1~733^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43c74d179596ba1f8eceb8c6a5c7e11afe233662;p=pandora-kernel.git kbuild: in the section mismatch check try harder to find symbols When searching for symbols the only check performed was if offset equals st_value. Adding an additional check to see if st_name points t a valid name made us sort out a few more false positives and let us report more correct names in warnings. Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed