git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e835a39
)
kbuild: in the section mismatch check try harder to find symbols
author
Sam Ravnborg
<sam@mars.ravnborg.org>
Sun, 5 Mar 2006 11:02:46 +0000
(12:02 +0100)
committer
Sam Ravnborg
<sam@mars.ravnborg.org>
Sun, 5 Mar 2006 11:02:46 +0000
(12:02 +0100)
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>
No differences found