]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: in the section mismatch check try harder to find symbols
authorSam Ravnborg <sam@mars.ravnborg.org>
Sun, 5 Mar 2006 11:02:46 +0000 (12:02 +0100)
committerSam Ravnborg <sam@mars.ravnborg.org>
Sun, 5 Mar 2006 11:02:46 +0000 (12:02 +0100)
commit62c4b40f1baa608352e8682055016ac66f7254dd
tree09f7fcee82d8a464706b77e171956cc23661baf4
parenta487c230a725b1022ddfcc8d874c2708143835d4
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 <sam@ravnborg.org>
scripts/mod/modpost.c