commit | 9ad21c3f3ecffeb56be7b35030d7ec2f30b6fe11 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@ravnborg.org> | Fri Jan 18 21:04:34 2008 +0100 |
committer | Sam Ravnborg <sam@ravnborg.org> | Mon Jan 28 23:14:40 2008 +0100 |
tree | b13cef078ebe25ddfca57f64404a664440713672 | |
parent | d1f25e6658943569f2713dfde1b9d74e2f6c7243 [diff] |
kbuild: try harder to find symbol names in modpost The relocation record sometimes contained an address which was not an exactly match for a symbol. Implment some simple logic such that if there is a symbol within 20 bytes of the address contained in the relocation record then print the name of this symbol. With this change modpost could find symbol names for the remaining .init.text symbols in my allyesconfig build for x86_64. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>