commit | 43c74d179596ba1f8eceb8c6a5c7e11afe233662 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@mars.ravnborg.org> | Sun Mar 05 12:02:46 2006 +0100 |
committer | Sam Ravnborg <sam@mars.ravnborg.org> | Sun Mar 05 12:02:46 2006 +0100 |
tree | 09f7fcee82d8a464706b77e171956cc23661baf4 | |
parent | e835a39c1c1f023ef443f735b0e98b08660ae0e4 [diff] |
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>